summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r--dev-python/pyxattr/pyxattr-0.6.0.ebuild4
-rw-r--r--dev-python/pyxattr/pyxattr-9999.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.6.0.ebuild b/dev-python/pyxattr/pyxattr-0.6.0.ebuild
index c88e849e021b..dd442451271d 100644
--- a/dev-python/pyxattr/pyxattr-0.6.0.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1 eutils
diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild
index a95dd3b3f9b3..1ff43687625a 100644
--- a/dev-python/pyxattr/pyxattr-9999.ebuild
+++ b/dev-python/pyxattr/pyxattr-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1 eutils git-r3