diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-20 19:54:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-20 19:54:03 +0000 |
commit | 37d4f7186f9ed86a31e2713bd702ef61beb937fb (patch) | |
tree | 9e1abbdde8021df75a6db2f6b701828592a17680 /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-37d4f7186f9ed86a31e2713bd702ef61beb937fb.tar.gz gentoo-2-37d4f7186f9ed86a31e2713bd702ef61beb937fb.tar.bz2 gentoo-2-37d4f7186f9ed86a31e2713bd702ef61beb937fb.zip |
ocamlopt is now optional
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/fieldslib/fieldslib-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/fieldslib/fieldslib-0.1.1.ebuild b/dev-ml/fieldslib/fieldslib-0.1.1.ebuild index 6b1883651acf..ada562bdd4e4 100644 --- a/dev-ml/fieldslib/fieldslib-0.1.1.ebuild +++ b/dev-ml/fieldslib/fieldslib-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-0.1.1.ebuild,v 1.1 2011/01/20 19:53:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-0.1.1.ebuild,v 1.2 2011/01/20 19:54:03 aballier Exp $ EAPI="2" inherit findlib multilib @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="debug +ocamlopt" -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt] +DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] dev-ml/type-conv" RDEPEND="${DEPEND}" |