diff options
author | 2013-09-05 18:15:50 +0000 | |
---|---|---|
committer | 2013-09-05 18:15:50 +0000 | |
commit | c7644f0c4979abf1f35d227e83f44784dc734870 (patch) | |
tree | 4f14dd34f7306d5fba76fec95c854179c7a8f150 /app-admin/clustershell/clustershell-1.6.ebuild | |
parent | Remove obsolete Python 3 mask. (diff) | |
download | gentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.tar.gz gentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.tar.bz2 gentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-admin/clustershell/clustershell-1.6.ebuild')
-rw-r--r-- | app-admin/clustershell/clustershell-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clustershell/clustershell-1.6.ebuild b/app-admin/clustershell/clustershell-1.6.ebuild index ad4c1c31b1f4..9be0b17d7375 100644 --- a/app-admin/clustershell/clustershell-1.6.ebuild +++ b/app-admin/clustershell/clustershell-1.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/clustershell-1.6.ebuild,v 1.3 2013/06/25 12:57:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/clustershell-1.6.ebuild,v 1.4 2013/09/05 18:15:50 mgorny Exp $ # TODO: test phase EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) PYTHON_REQ_USE="xml" inherit distutils-r1 |