diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-07-24 13:21:01 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-07-24 13:21:01 +0000 |
commit | 33f19c5effffc288535e6e312d532b594361af17 (patch) | |
tree | 3a62b59eb46671ed8e86c1528a8151fd5a52222f /dev-python/pep8/pep8-1.4.5.ebuild | |
parent | Fix blockers on libav, drop old (diff) | |
download | historical-33f19c5effffc288535e6e312d532b594361af17.tar.gz historical-33f19c5effffc288535e6e312d532b594361af17.tar.bz2 historical-33f19c5effffc288535e6e312d532b594361af17.zip |
drop py2.6 add py3.4 support
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/pep8/pep8-1.4.5.ebuild')
-rw-r--r-- | dev-python/pep8/pep8-1.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pep8/pep8-1.4.5.ebuild b/dev-python/pep8/pep8-1.4.5.ebuild index 658c7923bc2e..0b88a7bacc6b 100644 --- a/dev-python/pep8/pep8-1.4.5.ebuild +++ b/dev-python/pep8/pep8-1.4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.4.5.ebuild,v 1.4 2013/09/05 18:46:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.4.5.ebuild,v 1.5 2014/07/24 13:20:36 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 |