commit: 7efd22d10090ea1752ee0caa49309e24b9b128e6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 12:37:32 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 12:37:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efd22d1
dev-python/pyxattr: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/pyxattr/pyxattr-0.6.0.ebuild | 4 ++--
dev-python/pyxattr/pyxattr-9999.ebuild | 2 +-
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 c88e849e021..dd442451271 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 a95dd3b3f9b..1ff43687625 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