diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-24 20:10:57 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-24 20:10:57 +0000 |
commit | e050b7576a71910275bd16b7d629be9976e834db (patch) | |
tree | 6773d9a1377b7602b9fca75aa998f2028fa6276c /dev-ml/extlib | |
parent | Workaround bug #403613, thanks to slepnoga (diff) | |
download | gentoo-2-e050b7576a71910275bd16b7d629be9976e834db.tar.gz gentoo-2-e050b7576a71910275bd16b7d629be9976e834db.tar.bz2 gentoo-2-e050b7576a71910275bd16b7d629be9976e834db.zip |
Marking extlib-1.5.2 ppc for bug 400023
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ml/extlib')
-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 44b0c434d612..4ad5605204a4 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.13 2012/02/24 09:50:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.14 2012/02/24 20:10:57 ranger Exp $ + + 24 Feb 2012; Brent Baude <ranger@gentoo.org> extlib-1.5.2.ebuild: + Marking extlib-1.5.2 ppc for bug 400023 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.2.ebuild: Stable for amd64, wrt bug #400023 diff --git a/dev-ml/extlib/extlib-1.5.2.ebuild b/dev-ml/extlib/extlib-1.5.2.ebuild index e3b2d89ef177..9588a0abda72 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.2 2012/02/24 09:50:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.3 2012/02/24 20:10:57 ranger 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() { |