summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-22 11:45:01 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-22 11:56:14 +0200
commit9f6e0f696c981aed20f65068264b462781e7a598 (patch)
tree0e23a9374640365f894e6b6935a842b9cf3a5a29 /app-portage
parentapp-portage/flaggie: Support newer python (diff)
downloadgentoo-9f6e0f696c981aed20f65068264b462781e7a598.tar.gz
gentoo-9f6e0f696c981aed20f65068264b462781e7a598.tar.bz2
gentoo-9f6e0f696c981aed20f65068264b462781e7a598.zip
app-portage/install-mask: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/install-mask/install-mask-0.1.1.ebuild4
-rw-r--r--app-portage/install-mask/install-mask-9999.ebuild4
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 726e7d39b35e..82f83703be43 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 8b62fcec8ee2..b551ebb532b2 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