commit: 63246dcd91658094f72d2250b0c4d7405b7c94b4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 19:51:34 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:53:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63246dcd
dev-python/rackspace-auth-openstack: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild | 4 ++--
.../rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild
b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild
index 7eaadc2f5c5..df312692ecc 100644
--- a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild
+++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
diff --git
a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild
b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild
index ed097a60fae..be6b3b3ff97 100644
--- a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild
+++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-2