diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:50:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:50:46 +0000 |
commit | 257b64550ebb46be02bbe9c6ece97aeff7791a60 (patch) | |
tree | 012a1b88587abab7781355ea0d167571e99f829d | |
parent | Stable for x86, wrt bug #474170 (diff) | |
download | gentoo-2-257b64550ebb46be02bbe9c6ece97aeff7791a60.tar.gz gentoo-2-257b64550ebb46be02bbe9c6ece97aeff7791a60.tar.bz2 gentoo-2-257b64550ebb46be02bbe9c6ece97aeff7791a60.zip |
Stable for x86, wrt bug #474170
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-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 b0b6d81e999a..0fde9a40a65e 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.25 2013/06/24 05:13:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.26 2013/06/25 16:50:46 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.4.ebuild: + Stable for x86, wrt bug #474170 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.4.ebuild: Stable for ppc, wrt bug #474170 diff --git a/dev-ml/extlib/extlib-1.5.4.ebuild b/dev-ml/extlib/extlib-1.5.4.ebuild index b3b29769c415..403283ffc23d 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.2 2013/06/24 05:13:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild,v 1.3 2013/06/25 16:50:46 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() { |