sys-apps/portage: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:50:31 +0000 (14:50 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:50:31 +0000 (14:50 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-apps/portage/portage-2.3.3.ebuild
sys-apps/portage/portage-9999.ebuild

index 017199f9a5d99350c45717643cf9255d8087bef2..20e8d629cde2ed4b20ed3b55b4a71ed7e63657de 100644 (file)
@@ -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(+),threads(+)'
index f4f3fec7d67d088f40e0bdad681f8be6622ed421..a2e9aba7ad9cea63b6e0fe58b50f1d8ebb3d55d3 100644 (file)
@@ -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(+),threads(+)'