diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-07 13:53:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-07 13:53:02 +0000 |
commit | ad43ee8f28000633a8e96aac9da127361d42d00e (patch) | |
tree | a8ad7beaa1398f0c0c00551d11b43d2f8125a1f2 /sci-libs | |
parent | Stable for amd64, wrt bug #386953 (diff) | |
download | gentoo-2-ad43ee8f28000633a8e96aac9da127361d42d00e.tar.gz gentoo-2-ad43ee8f28000633a8e96aac9da127361d42d00e.tar.bz2 gentoo-2-ad43ee8f28000633a8e96aac9da127361d42d00e.zip |
Stable for amd64, wrt bug #386953
(Portage version: 2.1.10.44/cvs/Linux x86_64)
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 f12d5cda71a0..ae76816955f6 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.10 2012/01/20 16:56:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.11 2012/02/07 13:53:02 ago Exp $ + + 07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nlopt-2.2.4.ebuild: + Stable for amd64, wrt bug #386953 20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild: Switched to autotools-utils diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild index c846c1109df1..23f4a25882ee 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.2 2012/01/20 16:56:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.3 2012/02/07 13:53:02 ago 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" |