diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 11:46:09 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 11:46:09 +0000 |
commit | 76ac459191665668e734db314ace9aada278ad95 (patch) | |
tree | 6c032ded59dabdc53f972ba390d31934225b4671 /dev-ml | |
parent | x86 stable wrt bug #400021 (diff) | |
download | gentoo-2-76ac459191665668e734db314ace9aada278ad95.tar.gz gentoo-2-76ac459191665668e734db314ace9aada278ad95.tar.bz2 gentoo-2-76ac459191665668e734db314ace9aada278ad95.zip |
x86 stable wrt bug #400023
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/extlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index 4ad5605204a4..3ad9c8ba6a3f 100644 --- a/dev-ml/extlib/ChangeLog +++ b/dev-ml/extlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/extlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.14 2012/02/24 20:10:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.15 2012/03/08 11:46:09 phajdan.jr Exp $ + + 08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> extlib-1.5.2.ebuild: + x86 stable wrt bug #400023 24 Feb 2012; Brent Baude <ranger@gentoo.org> extlib-1.5.2.ebuild: Marking extlib-1.5.2 ppc for bug 400023 diff --git a/dev-ml/extlib/extlib-1.5.2.ebuild b/dev-ml/extlib/extlib-1.5.2.ebuild index 9588a0abda72..14f4b5bc7a46 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-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.3 2012/02/24 20:10:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.4 2012/03/08 11:46:09 phajdan.jr 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() { |