diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:13:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:13:32 +0000 |
commit | 5a7cd795c28bbabbb676c592d25206a11c8c048f (patch) | |
tree | 4d2ebdcbba864ce4cbb4f61114b0a08977d1f772 /dev-ml | |
parent | Stable for ppc, wrt bug #474168 (diff) | |
download | gentoo-2-5a7cd795c28bbabbb676c592d25206a11c8c048f.tar.gz gentoo-2-5a7cd795c28bbabbb676c592d25206a11c8c048f.tar.bz2 gentoo-2-5a7cd795c28bbabbb676c592d25206a11c8c048f.zip |
Stable for ppc, wrt bug #474170
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/extlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index 18df835e9169..b0b6d81e999a 100644 --- a/dev-ml/extlib/ChangeLog +++ b/dev-ml/extlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/extlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.24 2013/05/08 11:14:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.25 2013/06/24 05:13:32 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.4.ebuild: + Stable for ppc, wrt bug #474170 *extlib-1.5.4 (08 May 2013) diff --git a/dev-ml/extlib/extlib-1.5.4.ebuild b/dev-ml/extlib/extlib-1.5.4.ebuild index f72812c4761e..b3b29769c415 100644 --- a/dev-ml/extlib/extlib-1.5.4.ebuild +++ b/dev-ml/extlib/extlib-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild,v 1.1 2013/05/08 11:14:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild,v 1.2 2013/06/24 05:13:32 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() { |