diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-19 14:50:36 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-19 14:50:36 +0000 |
commit | 7f6ffb411b4d99e999bc7a5cbfa96be65b720649 (patch) | |
tree | 9f3422e90f38cf38efb169502694486269e5d293 /dev-ml/extlib/extlib-1.5.1.ebuild | |
parent | Stable on ppc wrt bug 217535 (diff) | |
download | gentoo-2-7f6ffb411b4d99e999bc7a5cbfa96be65b720649.tar.gz gentoo-2-7f6ffb411b4d99e999bc7a5cbfa96be65b720649.tar.bz2 gentoo-2-7f6ffb411b4d99e999bc7a5cbfa96be65b720649.zip |
Stable on ppc wrt bug 217537
(Portage version: 2.1.5_rc4)
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 1370ede8bebb..0e04ba12e3aa 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.2 2008/01/27 12:19:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.1.ebuild,v 1.3 2008/04/19 14:50:36 nixnut 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() { |