summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-09 22:44:35 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-09 22:51:18 +0100
commitdfd19ddc33c8f6b1ed18f6192bf8e40e6d8a1b24 (patch)
treee7b504ba856deb46870d94ca92ebd23935740492
parentdev-python/setproctitle: Support python3_5 (diff)
downloadgentoo-dfd19ddc33c8f6b1ed18f6192bf8e40e6d8a1b24.tar.gz
gentoo-dfd19ddc33c8f6b1ed18f6192bf8e40e6d8a1b24.tar.bz2
gentoo-dfd19ddc33c8f6b1ed18f6192bf8e40e6d8a1b24.zip
dev-python/pyatspi: Support python3_5
Package-Manager: portage-2.2.24
-rw-r--r--dev-python/pyatspi/pyatspi-2.16.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyatspi/pyatspi-2.16.0.ebuild b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
index c8d1b1914aed..a150972a3036 100644
--- a/dev-python/pyatspi/pyatspi-2.16.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.16.0.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit eutils gnome2 python-r1