diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:07:13 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:07:13 +0000 |
commit | be0d346a6fb565a6b687f96a6e4859728a6ddc0b (patch) | |
tree | 0238e2184d45408f3a5185c09674aab3e2aa1e0d | |
parent | stable ppc, bug #441204 (diff) | |
download | gentoo-2-be0d346a6fb565a6b687f96a6e4859728a6ddc0b.tar.gz gentoo-2-be0d346a6fb565a6b687f96a6e4859728a6ddc0b.tar.bz2 gentoo-2-be0d346a6fb565a6b687f96a6e4859728a6ddc0b.zip |
stable ppc, bug #441200
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | dev-ml/extlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index 1984f2afeb2b..cf8e7e530656 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.18 2012/08/13 19:46:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.19 2012/11/06 12:07:13 blueness Exp $ + + 06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> extlib-1.5.3.ebuild: + stable ppc, bug #441200 *extlib-1.5.3 (13 Aug 2012) @@ -74,4 +77,3 @@ Intial submission by Bardur Arantsson <gentoo@scientician.net>, fixes bug #60917. I added a doc use flag for building the HTML documentation, and cleaned up the install process. - diff --git a/dev-ml/extlib/extlib-1.5.3.ebuild b/dev-ml/extlib/extlib-1.5.3.ebuild index 0c249def5e9a..549d9fb6b684 100644 --- a/dev-ml/extlib/extlib-1.5.3.ebuild +++ b/dev-ml/extlib/extlib-1.5.3.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.3.ebuild,v 1.1 2012/08/13 19:46:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.3.ebuild,v 1.2 2012/11/06 12:07:13 blueness 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() { |