diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 21:03:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 21:03:47 +0200 |
commit | 8dc4f8e83c93985ea56aabd94a88c7f2948997f0 (patch) | |
tree | 51132dba278eeca50450b7255eb5f514213fedb5 /dev-ml/extlib | |
parent | dev-python/py: amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, (ALLARCHES pol... (diff) | |
download | gentoo-8dc4f8e83c93985ea56aabd94a88c7f2948997f0.tar.gz gentoo-8dc4f8e83c93985ea56aabd94a88c7f2948997f0.tar.bz2 gentoo-8dc4f8e83c93985ea56aabd94a88c7f2948997f0.zip |
dev-ml/extlib: Fix deps. Upstream switched from camlp4 to cppo.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.0-r1.ebuild (renamed from dev-ml/extlib/extlib-1.7.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/extlib/extlib-1.7.0.ebuild b/dev-ml/extlib/extlib-1.7.0-r1.ebuild index 6e51baccbbad..dabc052cb367 100644 --- a/dev-ml/extlib/extlib-1.7.0.ebuild +++ b/dev-ml/extlib/extlib-1.7.0-r1.ebuild @@ -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}" |