dev-ml/*: drop to ~hppa
[gentoo.git] / dev-ml / camlp4 / camlp4-4.04_p1.ebuild
index 1e9f702f8ac00110d7c69625f8a0f70db6c45fb8..8203b705f4bbce851f771890dee0769bd76cf809 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 
@@ -13,15 +12,15 @@ SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.04_beta:=[ocamlopt?]"
+DEPEND="=dev-lang/ocaml-4.04*:=[ocamlopt?]"
 RDEPEND="${DEPEND}
        !<dev-lang/ocaml-4.02
        !<dev-ml/findlib-1.5.5-r1"
 DEPEND="${DEPEND}
-       || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
+       dev-ml/ocamlbuild"
 
 S=${WORKDIR}/${P/_p/-}