commit: 2b1dd2d7e3f6e113da2ae8f0ac05395e1455aeb7
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 22:54:04 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 22:56:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1dd2d7
app-portage/repoman: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-portage/repoman/repoman-2.3.0-r1.ebuild | 4 ++--
app-portage/repoman/repoman-2.3.0-r2.ebuild | 4 ++--
app-portage/repoman/repoman-2.3.1.ebuild | 2 +-
app-portage/repoman/repoman-9999.ebuild | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-portage/repoman/repoman-2.3.0-r1.ebuild
b/app-portage/repoman/repoman-2.3.0-r1.ebuild
index f3c1d217a3..65ded40f7c 100644
--- a/app-portage/repoman/repoman-2.3.0-r1.ebuild
+++ b/app-portage/repoman/repoman-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=(
pypy
- python3_3 python3_4 python3_5
+ python3_3 python3_4 python3_5 python3_6
python2_7
)
PYTHON_REQ_USE='bzip2(+)'
diff --git a/app-portage/repoman/repoman-2.3.0-r2.ebuild
b/app-portage/repoman/repoman-2.3.0-r2.ebuild
index aa0f82ac85..aef2b68098 100644
--- a/app-portage/repoman/repoman-2.3.0-r2.ebuild
+++ b/app-portage/repoman/repoman-2.3.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='bzip2(+)'
inherit distutils-r1
diff --git a/app-portage/repoman/repoman-2.3.1.ebuild
b/app-portage/repoman/repoman-2.3.1.ebuild
index 1aca37487b..0415b6f1d7 100644
--- a/app-portage/repoman/repoman-2.3.1.ebuild
+++ b/app-portage/repoman/repoman-2.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='bzip2(+)'
inherit distutils-r1
diff --git a/app-portage/repoman/repoman-9999.ebuild
b/app-portage/repoman/repoman-9999.ebuild
index 0bc133884b..f233046119 100644
--- a/app-portage/repoman/repoman-9999.ebuild
+++ b/app-portage/repoman/repoman-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE='bzip2(+)'
inherit distutils-r1