diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-09-19 16:03:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-09-19 16:03:52 +0000 |
commit | ab9f8fd4fce099d5d4e743063f7206b4526747bd (patch) | |
tree | 123c832522130114de8a22c40ec6b7bc4014894b /sci-libs | |
parent | masking app-laptop/prey for testing (diff) | |
download | gentoo-2-ab9f8fd4fce099d5d4e743063f7206b4526747bd.tar.gz gentoo-2-ab9f8fd4fce099d5d4e743063f7206b4526747bd.tar.bz2 gentoo-2-ab9f8fd4fce099d5d4e743063f7206b4526747bd.zip |
Added RESTRICT_PYTHON_ABIS=3.*
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/getdata/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/getdata/getdata-0.6.3-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/getdata/getdata-0.7.3.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/getdata/ChangeLog b/sci-libs/getdata/ChangeLog index fb7d0807ade1..ba52d680d17f 100644 --- a/sci-libs/getdata/ChangeLog +++ b/sci-libs/getdata/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/getdata # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.7 2011/09/13 21:19:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.8 2011/09/19 16:03:52 jlec Exp $ + + 19 Sep 2011; Justin Lecher <jlec@gentoo.org> getdata-0.6.3-r1.ebuild, + getdata-0.7.3.ebuild: + Added RESTRICT_PYTHON_ABIS=3.* *getdata-0.7.3 (13 Sep 2011) diff --git a/sci-libs/getdata/getdata-0.6.3-r1.ebuild b/sci-libs/getdata/getdata-0.6.3-r1.ebuild index 7e39338186a7..6b819d11b6fb 100644 --- a/sci-libs/getdata/getdata-0.6.3-r1.ebuild +++ b/sci-libs/getdata/getdata-0.6.3-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3-r1.ebuild,v 1.2 2011/09/13 21:06:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3-r1.ebuild,v 1.3 2011/09/19 16:03:52 jlec Exp $ EAPI=3 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" FORTRAN_STANDARD="95" diff --git a/sci-libs/getdata/getdata-0.7.3.ebuild b/sci-libs/getdata/getdata-0.7.3.ebuild index 6d4310f84092..3329b7976dd7 100644 --- a/sci-libs/getdata/getdata-0.7.3.ebuild +++ b/sci-libs/getdata/getdata-0.7.3.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.7.3.ebuild,v 1.1 2011/09/13 21:19:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.7.3.ebuild,v 1.2 2011/09/19 16:03:52 jlec Exp $ EAPI=3 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" FORTRAN_STANDARD="95" |