diff options
author | David Seifert <soap@gentoo.org> | 2016-03-27 22:24:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-27 22:26:21 +0200 |
commit | 638fea12c7ee9949b78a594ddb95b5267629c8c5 (patch) | |
tree | b8413073ea0c739e5b3c1ce7540c1f6f6ac14ce5 /dev-python | |
parent | dev-python/progressbar: Add python3_5 support (diff) | |
download | gentoo-638fea12c7ee9949b78a594ddb95b5267629c8c5.tar.gz gentoo-638fea12c7ee9949b78a594ddb95b5267629c8c5.tar.bz2 gentoo-638fea12c7ee9949b78a594ddb95b5267629c8c5.zip |
dev-python/pyxattr: Add python3_5 support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.5.5.ebuild b/dev-python/pyxattr/pyxattr-0.5.5.ebuild index 6a3e07f69c8b..6e4397f530a9 100644 --- a/dev-python/pyxattr/pyxattr-0.5.5.ebuild +++ b/dev-python/pyxattr/pyxattr-0.5.5.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 eutils |