diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:50:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:50:49 +0000 |
commit | 0f01e6694d39641ae742916943c4399b5cc8146f (patch) | |
tree | 3fa80b549a96f32d39442eab19858cbfbc7b63f8 /dev-ml | |
parent | Stable for amd64, wrt bug #400021 (diff) | |
download | gentoo-2-0f01e6694d39641ae742916943c4399b5cc8146f.tar.gz gentoo-2-0f01e6694d39641ae742916943c4399b5cc8146f.tar.bz2 gentoo-2-0f01e6694d39641ae742916943c4399b5cc8146f.zip |
Stable for amd64, wrt bug #400023
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/extlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index d6584b026c7c..44b0c434d612 100644 --- a/dev-ml/extlib/ChangeLog +++ b/dev-ml/extlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/extlib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.12 2011/09/09 14:54:09 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.13 2012/02/24 09:50:49 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> extlib-1.5.2.ebuild: + Stable for amd64, wrt bug #400023 *extlib-1.5.2 (09 Sep 2011) diff --git a/dev-ml/extlib/extlib-1.5.2.ebuild b/dev-ml/extlib/extlib-1.5.2.ebuild index 55a9c42b9607..e3b2d89ef177 100644 --- a/dev-ml/extlib/extlib-1.5.2.ebuild +++ b/dev-ml/extlib/extlib-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.2.ebuild,v 1.1 2011/09/09 14:54:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.2 2012/02/24 09:50:49 ago 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() { |