commit: 9f6e0f696c981aed20f65068264b462781e7a598
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:45:01 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6e0f69
app-portage/install-mask: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-portage/install-mask/install-mask-0.1.1.ebuild | 4 ++--
app-portage/install-mask/install-mask-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/install-mask/install-mask-0.1.1.ebuild
b/app-portage/install-mask/install-mask-0.1.1.ebuild
index 726e7d39b35..82f83703be4 100644
--- a/app-portage/install-mask/install-mask-0.1.1.ebuild
+++ b/app-portage/install-mask/install-mask-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/app-portage/install-mask/install-mask-9999.ebuild
b/app-portage/install-mask/install-mask-9999.ebuild
index 8b62fcec8ee..b551ebb532b 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1