diff options
Diffstat (limited to 'dev-ml/extlib/extlib-1.5.2.ebuild')
-rw-r--r-- | dev-ml/extlib/extlib-1.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/extlib/extlib-1.5.2.ebuild b/dev-ml/extlib/extlib-1.5.2.ebuild index 55a9c42b9607..e3b2d89ef177 100644 --- a/dev-ml/extlib/extlib-1.5.2.ebuild +++ b/dev-ml/extlib/extlib-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.1 2011/09/09 14:54:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.2 2012/02/24 09:50:49 ago Exp $ EAPI="2" @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" RDEPEND="${DEPEND}" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" src_compile() { |