diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 12:38:20 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 12:38:20 -0800 |
commit | 5177711ca34ffd984904fd813b5c6e671319825c (patch) | |
tree | 75e99a4453ba852601d1a0bd6cc06864af027775 /dev-python/dbus-python | |
parent | dev-python/sip: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-5177711ca34ffd984904fd813b5c6e671319825c.tar.gz gentoo-5177711ca34ffd984904fd813b5c6e671319825c.tar.bz2 gentoo-5177711ca34ffd984904fd813b5c6e671319825c.zip |
dev-python/dbus-python: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild b/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild index 7227a0d77b0b..4022908f9d8f 100644 --- a/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit autotools eutils python-r1 diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild b/dev-python/dbus-python/dbus-python-1.2.4.ebuild index 8643092eb3ca..fa056953e1ab 100644 --- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.4.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=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit autotools eutils python-r1 |