dev-ml/extlib: Fix deps. Upstream switched from camlp4 to cppo.
authorAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 19:03:30 +0000 (21:03 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 19:03:47 +0000 (21:03 +0200)
Package-Manager: portage-2.2.20.1

dev-ml/extlib/extlib-1.7.0-r1.ebuild [moved from dev-ml/extlib/extlib-1.7.0.ebuild with 87% similarity]

similarity index 87%
rename from dev-ml/extlib/extlib-1.7.0.ebuild
rename to dev-ml/extlib/extlib-1.7.0-r1.ebuild
index 6e51baccbbad90eb66798f34bc46f94b2dbc2498..dabc052cb36760b754c873a66732f0eeebbc7ac5 100644 (file)
@@ -12,11 +12,11 @@ SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="LGPL-2.1"
 DEPEND="
        >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
+       dev-ml/cppo:=
 "
 RDEPEND="${DEPEND}"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 S="${WORKDIR}/ocaml-${P}"