diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 10:09:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 10:09:50 +0000 |
commit | 74c4baeb69b1dc8473a95e3cdd3f2ca23f716010 (patch) | |
tree | 2f07fd4874b6759c22e655c2e961d965238fa12c /sci-libs | |
parent | Stable for amd64, wrt bug #405215 (diff) | |
download | gentoo-2-74c4baeb69b1dc8473a95e3cdd3f2ca23f716010.tar.gz gentoo-2-74c4baeb69b1dc8473a95e3cdd3f2ca23f716010.tar.bz2 gentoo-2-74c4baeb69b1dc8473a95e3cdd3f2ca23f716010.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/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 54a78122a1e2..628e90afd891 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.12 2012/02/09 17:50:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.13 2012/02/22 10:09:50 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> nlopt-2.2.4.ebuild: + Restricting pypy and jython 09 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild, +files/nlopt-2.2.4-fix-nlopt_hpp-location.patch: diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild index fb92e425b87c..b4c8fe202883 100644 --- a/sci-libs/nlopt/nlopt-2.2.4.ebuild +++ b/sci-libs/nlopt/nlopt-2.2.4.ebuild @@ -1,12 +1,12 @@ # 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.4 2012/02/09 17:50:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.5 2012/02/22 10:09:50 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="python? *" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit python autotools-utils |