From 7046a598bdf21d307c3d2acdc7ff7d5ab8dc0c78 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Feb 2017 14:50:31 -0800 Subject: sys-apps/portage: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sys-apps/portage/portage-2.3.3.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild index 017199f9a5d9..20e8d629cde2 100644 --- a/sys-apps/portage/portage-2.3.3.ebuild +++ b/sys-apps/portage/portage-2.3.3.ebuild @@ -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(+)' diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index f4f3fec7d67d..a2e9aba7ad9c 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.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(+),threads(+)' -- cgit v1.2.3-65-gdbad