diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-03-25 10:19:40 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-03-25 10:19:40 +0000 |
commit | 782b19115d1be5df37cf0d96631bf10799fbb544 (patch) | |
tree | 843b8d36c26d51cb9d914a4fab9bff5279e0d950 /dev-ml | |
parent | Raise dep over glew. (diff) | |
download | gentoo-2-782b19115d1be5df37cf0d96631bf10799fbb544.tar.gz gentoo-2-782b19115d1be5df37cf0d96631bf10799fbb544.tar.bz2 gentoo-2-782b19115d1be5df37cf0d96631bf10799fbb544.zip |
Stable for amd64 wrt bug #502730
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/extlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/extlib/extlib-1.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog index b67d03ed04cb..07746eda2672 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.29 2013/12/11 19:24:33 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.30 2014/03/25 10:19:40 nimiux Exp $ + + 25 Mar 2014; Chema Alonso <nimiux@gentoo.org> extlib-1.6.1.ebuild: + Stable for amd64 wrt bug #502730 *extlib-1.6.1 (11 Dec 2013) diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild b/dev-ml/extlib/extlib-1.6.1.ebuild index 72af37e0008e..68d0a37b5060 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-2013 Gentoo Foundation +# 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.1 2013/12/11 19:24:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v 1.2 2014/03/25 10:19:40 nimiux 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() { |