summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-10 12:38:20 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-10 12:38:20 -0800
commit5177711ca34ffd984904fd813b5c6e671319825c (patch)
tree75e99a4453ba852601d1a0bd6cc06864af027775 /dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild
parentdev-python/sip: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-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/dbus-python-1.2.0-r1.ebuild')
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild4
1 files changed, 2 insertions, 2 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