diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-23 06:42:52 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-23 06:42:52 +0000 |
commit | ea71b4346e7046e60a2ac8fcf025a09cbf8b5506 (patch) | |
tree | 00a60a12f48549e6565c481bac18fe2c345a06b7 /dev-python/pep8/pep8-1.5.7.ebuild | |
parent | Security bump (bug #533358). Removed old (diff) | |
download | historical-ea71b4346e7046e60a2ac8fcf025a09cbf8b5506.tar.gz historical-ea71b4346e7046e60a2ac8fcf025a09cbf8b5506.tar.bz2 historical-ea71b4346e7046e60a2ac8fcf025a09cbf8b5506.zip |
rm old impl add pypy3
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/pep8/pep8-1.5.7.ebuild')
-rw-r--r-- | dev-python/pep8/pep8-1.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pep8/pep8-1.5.7.ebuild b/dev-python/pep8/pep8-1.5.7.ebuild index b7c34bbe3c16..80cedf63196b 100644 --- a/dev-python/pep8/pep8-1.5.7.ebuild +++ b/dev-python/pep8/pep8-1.5.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild,v 1.6 2014/11/03 11:21:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild,v 1.7 2014/12/23 06:42:24 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 |