diff options
author | 2012-02-22 10:04:48 +0000 | |
---|---|---|
committer | 2012-02-22 10:04:48 +0000 | |
commit | 603202e4b1c3d25bde710ffc6d197fe95ec87c2d (patch) | |
tree | 8848e40a847ec781137efdf27be221dcd3fa7e30 /dev-python/lp_solve | |
parent | Stable for amd64, wrt bug #405211 (diff) | |
download | gentoo-2-603202e4b1c3d25bde710ffc6d197fe95ec87c2d.tar.gz gentoo-2-603202e4b1c3d25bde710ffc6d197fe95ec87c2d.tar.bz2 gentoo-2-603202e4b1c3d25bde710ffc6d197fe95ec87c2d.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/lp_solve')
-rw-r--r-- | dev-python/lp_solve/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lp_solve/lp_solve-5.5.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lp_solve/ChangeLog b/dev-python/lp_solve/ChangeLog index 8e0326f83217..d23e1185d701 100644 --- a/dev-python/lp_solve/ChangeLog +++ b/dev-python/lp_solve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lp_solve # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.1 2012/01/07 20:36:32 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.2 2012/02/22 10:04:48 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> lp_solve-5.5.2.0.ebuild: + Restricting pypy and jython *lp_solve-5.5.2.0 (07 Jan 2012) diff --git a/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild b/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild index 895aad7aac03..f814a6a89c3f 100644 --- a/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild +++ b/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild,v 1.1 2012/01/07 20:36:32 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild,v 1.2 2012/02/22 10:04:48 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.4 3*" +RESTRICT_PYTHON_ABIS="2.4 3* 2.7-pypy-* *-jython" inherit distutils eutils |