diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-26 05:28:38 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-26 05:28:38 +0000 |
commit | 3cbaa850cbcb89640fca5ad24b7e18242774e9ea (patch) | |
tree | cc072c4464c22d919d2a599ed64adda3ed2f7c50 /sci-mathematics | |
parent | Restricting jython (diff) | |
download | gentoo-2-3cbaa850cbcb89640fca5ad24b7e18242774e9ea.tar.gz gentoo-2-3cbaa850cbcb89640fca5ad24b7e18242774e9ea.tar.bz2 gentoo-2-3cbaa850cbcb89640fca5ad24b7e18242774e9ea.zip |
Restricting jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r8.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 9260c1bc9ab3..e77553dc4e02 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/snns -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.23 2011/10/01 00:15:23 phosphan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.24 2012/02/26 05:28:38 patrick Exp $ + + 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> snns-4.2-r8.ebuild, + snns-4.2-r9.ebuild: + Restricting jython *snns-4.2-r9 (30 Sep 2011) diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild index 1bff02967e0b..471d3474f440 100644 --- a/sci-mathematics/snns/snns-4.2-r8.ebuild +++ b/sci-mathematics/snns/snns-4.2-r8.ebuild @@ -1,11 +1,11 @@ -# 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/snns/snns-4.2-r8.ebuild,v 1.10 2011/08/02 05:49:20 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.11 2012/02/26 05:28:38 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils diff --git a/sci-mathematics/snns/snns-4.2-r9.ebuild b/sci-mathematics/snns/snns-4.2-r9.ebuild index 4166a62f7606..9c6cbc2b92f6 100644 --- a/sci-mathematics/snns/snns-4.2-r9.ebuild +++ b/sci-mathematics/snns/snns-4.2-r9.ebuild @@ -1,11 +1,11 @@ -# 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/snns/snns-4.2-r9.ebuild,v 1.1 2011/10/01 00:15:23 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v 1.2 2012/02/26 05:28:38 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils |