Diff camlp4-4.09_p1-r2 with a camlp4-4.05_p1-r2

/usr/portage/dev-ml/camlp4/camlp4-4.05_p1-r2.ebuild 2023-10-09 14:52:29.784368358 +0300
12 12

  
13 13
LICENSE="LGPL-2-with-linking-exception"
14 14
SLOT="0/${PV}"
15
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
15
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
16 16
IUSE="+ocamlopt"
17 17

  
18
RDEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]"
18
RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
19 19
DEPEND="${RDEPEND}
20 20
	dev-ml/ocamlbuild[ocamlopt?]
21 21
	dev-ml/findlib:="
22 22

  
23 23
QA_FLAGS_IGNORED='.*'
24 24

  
25
S=${WORKDIR}/${P/_p/-}
26
PATCHES=( "${FILESDIR}/reload.patch" )
25
S="${WORKDIR}/${P/_p/-}"
27 26

  
28 27
src_configure() {
29 28
	./configure \
Thank you!