summaryrefslogtreecommitdiff
path: root/app-portage/diffmask
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-22 11:36:46 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-22 11:56:07 +0200
commita1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b (patch)
tree4df70c78a5f5a4a05417e4fc38c64b94d36538da /app-portage/diffmask
parent27f4810b26b0c36808997b0457f3493be4370e8e (diff)
downloadgentoo-a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.tar.gz
gentoo-a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.tar.xz
app-portage/diffmask: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage/diffmask')
-rw-r--r--app-portage/diffmask/diffmask-0.3.3-r2.ebuild4
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild
index 6913ff287b4..14598106ea4 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r2.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} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index f59b89b9924..91a23879b64 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-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} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1