diff options
author | 2014-04-05 11:11:47 +0000 | |
---|---|---|
committer | 2014-04-05 11:11:47 +0000 | |
commit | 97909c94c1add52b32c3842e1b1b0326dd889236 (patch) | |
tree | adb132306214679b3a9828e86faa80d9c9a47f16 /dev-ml/extlib/extlib-1.6.1.ebuild | |
parent | Stable for x86, wrt bug #505094 (diff) | |
download | gentoo-2-97909c94c1add52b32c3842e1b1b0326dd889236.tar.gz gentoo-2-97909c94c1add52b32c3842e1b1b0326dd889236.tar.bz2 gentoo-2-97909c94c1add52b32c3842e1b1b0326dd889236.zip |
Stable for x86, wrt bug #502730
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/extlib/extlib-1.6.1.ebuild')
-rw-r--r-- | dev-ml/extlib/extlib-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild b/dev-ml/extlib/extlib-1.6.1.ebuild index 68d0a37b5060..47a9135e86fe 100644 --- a/dev-ml/extlib/extlib-1.6.1.ebuild +++ b/dev-ml/extlib/extlib-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v 1.2 2014/03/25 10:19:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v 1.3 2014/04/05 11:11:47 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]" RDEPEND="${DEPEND}" SLOT="0/${PV}" -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() { |