diff options
author | 2012-02-23 09:15:51 +0000 | |
---|---|---|
committer | 2012-02-23 09:15:51 +0000 | |
commit | ead0a3c4343bd3382358f3cf944022a3f69fda57 (patch) | |
tree | 51a6d11423117a6500940e59ca3048da1fc98ac7 /dev-python/gnuplot-py | |
parent | Restricting python (diff) | |
download | historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.tar.gz historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.tar.bz2 historical-ead0a3c4343bd3382358f3cf944022a3f69fda57.zip |
Restricting python
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index b7311c482af5..3ababd3fa028 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.42 2010/11/08 18:31:18 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.43 2012/02/23 09:15:51 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> gnuplot-py-1.8.ebuild: + Restricting python 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> gnuplot-py-1.8.ebuild: diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index aa4b1c3edfeb..e10a8a5ff99c 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild @@ -1,11 +1,11 @@ -# 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/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.11 2010/11/08 18:31:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.12 2012/02/23 09:15:51 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils eutils |