diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:58:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 16:58:11 +0000 |
commit | fe6447a8c99ece16644c6e5fafd7de58da5d19a1 (patch) | |
tree | bbe8044de1208b71a94641c878c0144d57920677 /dev-ml/extlib | |
parent | Stable for amd64, wrt bug #472732 (diff) | |
download | gentoo-2-fe6447a8c99ece16644c6e5fafd7de58da5d19a1.tar.gz gentoo-2-fe6447a8c99ece16644c6e5fafd7de58da5d19a1.tar.bz2 gentoo-2-fe6447a8c99ece16644c6e5fafd7de58da5d19a1.zip |
Stable for amd64, wrt bug #474170
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/extlib')
-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 0fde9a40a65e..8c246ab7d3e4 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.26 2013/06/25 16:50:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.27 2013/06/25 16:58:11 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.4.ebuild: + Stable for amd64, wrt bug #474170 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.4.ebuild: Stable for x86, wrt bug #474170 diff --git a/dev-ml/extlib/extlib-1.5.4.ebuild b/dev-ml/extlib/extlib-1.5.4.ebuild index 403283ffc23d..0f8239e546c5 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.3 2013/06/25 16:50:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.4.ebuild,v 1.4 2013/06/25 16:58:11 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() { |