diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 16:50:01 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 16:53:17 +0100 |
commit | 1bda63c82410bc506953f982eb6397baa1da9ba1 (patch) | |
tree | 4d2d5760ab7e2a28bf52c95d9accc0c38f737bcd /dev-python/pyxattr | |
parent | package.mask: Un-lastrite media-sound/jack post proxy-maint update (diff) | |
download | gentoo-1bda63c82410bc506953f982eb6397baa1da9ba1.tar.gz gentoo-1bda63c82410bc506953f982eb6397baa1da9ba1.tar.bz2 gentoo-1bda63c82410bc506953f982eb6397baa1da9ba1.zip |
dev-python/pyxattr: Add python3_5 to live
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/pyxattr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild index bd911990b911..a95dd3b3f9b3 100644 --- a/dev-python/pyxattr/pyxattr-9999.ebuild +++ b/dev-python/pyxattr/pyxattr-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 eutils git-r3 |