diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 15:09:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 15:09:03 +0000 |
commit | c4cb9b1c50756a80ec038f17b026f80a7a289280 (patch) | |
tree | 192ab6eee9c0221e0ea7c12abc280f567ccd2ec6 /sci-libs | |
parent | x86 stable wrt bug #386953 (diff) | |
download | gentoo-2-c4cb9b1c50756a80ec038f17b026f80a7a289280.tar.gz gentoo-2-c4cb9b1c50756a80ec038f17b026f80a7a289280.tar.bz2 gentoo-2-c4cb9b1c50756a80ec038f17b026f80a7a289280.zip |
x86 stable wrt bug #386953
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nlopt/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/nlopt/nlopt-2.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog index 628e90afd891..be5339f1489b 100644 --- a/sci-libs/nlopt/ChangeLog +++ b/sci-libs/nlopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/nlopt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.13 2012/02/22 10:09:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.14 2012/02/24 15:09:03 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nlopt-2.2.4.ebuild: + x86 stable wrt bug #386953 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> nlopt-2.2.4.ebuild: Restricting pypy and jython diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild index b4c8fe202883..2accda16cfba 100644 --- a/sci-libs/nlopt/nlopt-2.2.4.ebuild +++ b/sci-libs/nlopt/nlopt-2.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.5 2012/02/22 10:09:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.6 2012/02/24 15:09:03 phajdan.jr Exp $ EAPI=4 @@ -15,7 +15,7 @@ HOMEPAGE="http://ab-initio.mit.edu/nlopt/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="LGPL-2.1 MIT" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="cxx guile octave python static-libs" |