diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 20:13:32 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 20:31:40 +0100 |
commit | 2ae69ce4de65e007244faad2fd057937041f5a28 (patch) | |
tree | 14f5d7bda0eee6f122fcd4c5c7728e210fd332e4 /dev-ml | |
parent | dev-ml/pgocaml: remove old (diff) | |
download | gentoo-2ae69ce4de65e007244faad2fd057937041f5a28.tar.gz gentoo-2ae69ce4de65e007244faad2fd057937041f5a28.tar.bz2 gentoo-2ae69ce4de65e007244faad2fd057937041f5a28.zip |
dev-ml/pgocaml: enable camlp4 by default
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pgocaml/pgocaml-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild b/dev-ml/pgocaml/pgocaml-2.3.ebuild index 4afb98e090e1..326be95c2e8c 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:= |