diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-06 07:46:43 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-06 07:46:43 +0000 |
commit | f2ab63f2209f308f9b8caedffa6837ca61bc1d8a (patch) | |
tree | cc10db64b39514b54114764ed6ba412715a30bc8 /dev-python/pyflakes/pyflakes-0.8.1.ebuild | |
parent | sys-kernel/aufs-sources: Bump to latest genpatches release (diff) | |
download | historical-f2ab63f2209f308f9b8caedffa6837ca61bc1d8a.tar.gz historical-f2ab63f2209f308f9b8caedffa6837ca61bc1d8a.tar.bz2 historical-f2ab63f2209f308f9b8caedffa6837ca61bc1d8a.zip |
drop py2.6 add py3.4
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/pyflakes/pyflakes-0.8.1.ebuild')
-rw-r--r-- | dev-python/pyflakes/pyflakes-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyflakes/pyflakes-0.8.1.ebuild b/dev-python/pyflakes/pyflakes-0.8.1.ebuild index 23760ee6fa23..6cc0862c64e0 100644 --- a/dev-python/pyflakes/pyflakes-0.8.1.ebuild +++ b/dev-python/pyflakes/pyflakes-0.8.1.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/pyflakes/pyflakes-0.8.1.ebuild,v 1.3 2014/05/04 16:14:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.4 2014/06/06 07:46:20 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_6,2_7,3_{2,3}} ) +PYTHON_COMPAT=(python{2_7,3_{2,3,4}} ) inherit distutils-r1 |