diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:15:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:15:51 +0000 |
commit | b78a70fdba37709ff16c87e5fb5d912fb826ddd7 (patch) | |
tree | 8f41c61af7143b979d3ac5f91eff642ab59b9d1d /dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | |
parent | Restricting python (diff) | |
download | gentoo-2-b78a70fdba37709ff16c87e5fb5d912fb826ddd7.tar.gz gentoo-2-b78a70fdba37709ff16c87e5fb5d912fb826ddd7.tar.bz2 gentoo-2-b78a70fdba37709ff16c87e5fb5d912fb826ddd7.zip |
Restricting python
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnuplot-py/gnuplot-py-1.8.ebuild')
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |