diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-13 16:20:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-13 16:20:44 +0000 |
commit | aace53e4e5e967960a93a73787d52888acc3f247 (patch) | |
tree | 4c586a8bbc6e7faac84c32923ca99befc33fcc59 /dev-ml | |
parent | Stable for ppc, wrt bug #502722 (diff) | |
download | gentoo-2-aace53e4e5e967960a93a73787d52888acc3f247.tar.gz gentoo-2-aace53e4e5e967960a93a73787d52888acc3f247.tar.bz2 gentoo-2-aace53e4e5e967960a93a73787d52888acc3f247.zip |
Stable for ppc, wrt bug #502730
(Portage version: 2.2.8-r1/cvs/Linux x86_64, 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.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index b6afd1ed1b33..1da4e2286cec 100644 --- a/dev-ml/extlib/ChangeLog +++ b/dev-ml/extlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/extlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.31 2014/04/05 11:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.32 2014/04/13 16:20:44 ago Exp $ + + 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> extlib-1.6.1.ebuild: + Stable for ppc, wrt bug #502730 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> extlib-1.6.1.ebuild: Stable for x86, wrt bug #502730 diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild b/dev-ml/extlib/extlib-1.6.1.ebuild index 47a9135e86fe..995e32dd707d 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.3 2014/04/05 11:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v 1.4 2014/04/13 16:20:44 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() { |