diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:09:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:09:02 +0000 |
commit | 4c6b41eec401b7215cfc3aa387f1baeec5b5b4f3 (patch) | |
tree | f609e7278fd9607f094f2f7e6760b67897aadb35 /dev-ml/extlib/extlib-1.5.1.ebuild | |
parent | x86 stable, bug #217535 (diff) | |
download | gentoo-2-4c6b41eec401b7215cfc3aa387f1baeec5b5b4f3.tar.gz gentoo-2-4c6b41eec401b7215cfc3aa387f1baeec5b5b4f3.tar.bz2 gentoo-2-4c6b41eec401b7215cfc3aa387f1baeec5b5b4f3.zip |
amd64/x86 stable, bug #217537
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-ml/extlib/extlib-1.5.1.ebuild')
-rw-r--r-- | dev-ml/extlib/extlib-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/extlib/extlib-1.5.1.ebuild b/dev-ml/extlib/extlib-1.5.1.ebuild index 0e04ba12e3aa..74632c3926de 100644 --- a/dev-ml/extlib/extlib-1.5.1.ebuild +++ b/dev-ml/extlib/extlib-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.3 2008/04/19 14:50:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.4 2008/04/20 14:09:02 maekke Exp $ inherit findlib eutils @@ -12,7 +12,7 @@ SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.07" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="doc +ocamlopt" pkg_setup() { |