diff options
author | 2013-08-07 11:21:53 +0000 | |
---|---|---|
committer | 2013-08-07 11:21:53 +0000 | |
commit | 02a884af43dd003e43b5cc8b40064f86bee07af1 (patch) | |
tree | 382ae4af0e30f7a2b465237d18868fe6d4de5eb9 /dev-python/nose/nose-1.1.2-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.tar.gz gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.tar.bz2 gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.zip |
Drop removed Python implementations from PYTHON_COMPAT.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/nose/nose-1.1.2-r1.ebuild')
-rw-r--r-- | dev-python/nose/nose-1.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose/nose-1.1.2-r1.ebuild b/dev-python/nose/nose-1.1.2-r1.ebuild index 472e264de949..7784d9996020 100644 --- a/dev-python/nose/nose-1.1.2-r1.ebuild +++ b/dev-python/nose/nose-1.1.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.15 2013/08/03 09:45:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.16 2013/08/07 11:21:50 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) inherit distutils-r1 eutils DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring" |