diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-14 01:03:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-14 08:06:35 +0200 |
commit | 5b6edb4a3b74a81ee8d238aaabe59b8d8ff8246f (patch) | |
tree | f2de3644b75e298ceeaed790daab2aa73e57d62f /dev-python/pycparser/pycparser-2.14.ebuild | |
parent | d4a1e3bd5d1bce9afd703ba5231c84a3178782fd (diff) | |
download | gentoo-5b6edb4a3b74a81ee8d238aaabe59b8d8ff8246f.tar.gz gentoo-5b6edb4a3b74a81ee8d238aaabe59b8d8ff8246f.tar.xz |
dev-python/*: Restore keywords and un-revbump for py3.5
Restore keywords that were removed unnecessarily, and collapse
unnecessary revbumps on packages with added python3.5 support.
Diffstat (limited to 'dev-python/pycparser/pycparser-2.14.ebuild')
-rw-r--r-- | dev-python/pycparser/pycparser-2.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycparser/pycparser-2.14.ebuild b/dev-python/pycparser/pycparser-2.14.ebuild index 0b29b2dad40..c7fc55640f5 100644 --- a/dev-python/pycparser/pycparser-2.14.ebuild +++ b/dev-python/pycparser/pycparser-2.14.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 vcs-snapshot |