diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 09:14:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 09:14:43 +0000 |
commit | 3737a5049a957e27b94677d0af65669de5cc3663 (patch) | |
tree | 5370a009f3fe5b9236e8390df902b46366cca0a9 /dev-python/psutil/psutil-0.3.0.ebuild | |
parent | Restricting jython (diff) | |
download | gentoo-2-3737a5049a957e27b94677d0af65669de5cc3663.tar.gz gentoo-2-3737a5049a957e27b94677d0af65669de5cc3663.tar.bz2 gentoo-2-3737a5049a957e27b94677d0af65669de5cc3663.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/psutil/psutil-0.3.0.ebuild')
-rw-r--r-- | dev-python/psutil/psutil-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/psutil/psutil-0.3.0.ebuild b/dev-python/psutil/psutil-0.3.0.ebuild index 1634f24679ef..7d82fdd725b3 100644 --- a/dev-python/psutil/psutil-0.3.0.ebuild +++ b/dev-python/psutil/psutil-0.3.0.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/dev-python/psutil/psutil-0.3.0.ebuild,v 1.3 2011/10/24 19:56:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.4 2012/02/21 09:14:43 patrick Exp $ EAPI="3" PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" +PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython" inherit distutils |