diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 03:24:24 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 03:24:24 +0000 |
commit | 656899ad7ba02003fcaa7ae178e58173db342afb (patch) | |
tree | 4d5063542c238ab1d67ad353d0994a97dc39ec02 /sci-mathematics/fann | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-656899ad7ba02003fcaa7ae178e58173db342afb.tar.gz gentoo-2-656899ad7ba02003fcaa7ae178e58173db342afb.tar.bz2 gentoo-2-656899ad7ba02003fcaa7ae178e58173db342afb.zip |
Restricting python
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r-- | sci-mathematics/fann/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.0.0.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.1.0_beta.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/sci-mathematics/fann/ChangeLog b/sci-mathematics/fann/ChangeLog index f8c54c121c21..3f76ed17e71a 100644 --- a/sci-mathematics/fann/ChangeLog +++ b/sci-mathematics/fann/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/fann -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.16 2011/03/14 19:48:21 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.17 2012/02/25 03:24:24 patrick Exp $ + + 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> fann-2.0.0.ebuild, + fann-2.1.0_beta-r1.ebuild, fann-2.1.0_beta.ebuild: + Restricting python *fann-2.1.0_beta-r1 (14 Mar 2011) diff --git a/sci-mathematics/fann/fann-2.0.0.ebuild b/sci-mathematics/fann/fann-2.0.0.ebuild index 61a71e4ed63c..64b89667f67e 100644 --- a/sci-mathematics/fann/fann-2.0.0.ebuild +++ b/sci-mathematics/fann/fann-2.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.7 2010/12/23 08:26:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.8 2012/02/25 03:24:24 patrick Exp $ EAPI=2 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit eutils python diff --git a/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild b/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild index 5884592e06c0..821fc11fe71e 100644 --- a/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild +++ b/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild,v 1.1 2011/03/14 19:48:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.1.0_beta-r1.ebuild,v 1.2 2012/02/25 03:24:24 patrick Exp $ EAPI=2 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit eutils python autotools diff --git a/sci-mathematics/fann/fann-2.1.0_beta.ebuild b/sci-mathematics/fann/fann-2.1.0_beta.ebuild index 61b5d5b79d01..feb39c9fcdac 100644 --- a/sci-mathematics/fann/fann-2.1.0_beta.ebuild +++ b/sci-mathematics/fann/fann-2.1.0_beta.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.1.0_beta.ebuild,v 1.5 2010/12/23 08:26:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.1.0_beta.ebuild,v 1.6 2012/02/25 03:24:24 patrick Exp $ EAPI=2 PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit eutils python autotools |