commit: 8dc4f8e83c93985ea56aabd94a88c7f2948997f0
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 19:03:30 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 19:03:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc4f8e8
dev-ml/extlib: Fix deps. Upstream switched from camlp4 to cppo.
Package-Manager: portage-2.2.20.1
dev-ml/extlib/{extlib-1.7.0.ebuild => extlib-1.7.0-r1.ebuild} | 4 ++--
1 file 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
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 6e51bac..dabc052 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}"