diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 03:03:08 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 03:04:21 -0800 |
commit | 9884a9d4d07cf561dc1b947f638114731367534b (patch) | |
tree | 3d74d7c7ef4524b6b6d8357f16bcacc81c774be6 /dev-python/xcffib | |
parent | sys-kernel/gentoo-sources: x86 stable wrt bug #611824 (diff) | |
download | gentoo-9884a9d4d07cf561dc1b947f638114731367534b.tar.gz gentoo-9884a9d4d07cf561dc1b947f638114731367534b.tar.bz2 gentoo-9884a9d4d07cf561dc1b947f638114731367534b.zip |
dev-python/xcffib: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r-- | dev-python/xcffib/xcffib-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/xcffib/xcffib-0.4.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xcffib/xcffib-0.4.0.ebuild b/dev-python/xcffib/xcffib-0.4.0.ebuild index 0a9f2eea97b7..3d3c3be49a79 100644 --- a/dev-python/xcffib/xcffib-0.4.0.ebuild +++ b/dev-python/xcffib/xcffib-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/xcffib/xcffib-0.4.2.ebuild b/dev-python/xcffib/xcffib-0.4.2.ebuild index 163ad30a52c2..8bc40b268bdb 100644 --- a/dev-python/xcffib/xcffib-0.4.2.ebuild +++ b/dev-python/xcffib/xcffib-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |