diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:36:46 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:07 +0200 |
commit | a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b (patch) | |
tree | 4df70c78a5f5a4a05417e4fc38c64b94d36538da /app-portage/diffmask | |
parent | app-misc/khal: Support newer python (diff) | |
download | gentoo-a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.tar.gz gentoo-a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.tar.bz2 gentoo-a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.zip |
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.ebuild | 4 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 4 |
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 6913ff287b46..14598106ea42 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 f59b89b99245..91a23879b64f 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 |