commit: 2ae69ce4de65e007244faad2fd057937041f5a28 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Dec 7 19:13:32 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Dec 7 19:31:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae69ce4
dev-ml/pgocaml: enable camlp4 by default Package-Manager: portage-2.3.3 dev-ml/pgocaml/pgocaml-2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild b/dev-ml/pgocaml/pgocaml-2.3.ebuild index 4afb98e..326be95 100644 --- a/dev-ml/pgocaml/pgocaml-2.3.ebuild +++ b/dev-ml/pgocaml/pgocaml-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1597/${P}.tgz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="camlp4 doc" +IUSE="+camlp4 doc" DEPEND="dev-ml/calendar:= dev-ml/csv:=
