commit: e6dd214962355983db2372a0cb91019ad77e620f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 13:22:27 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 14:28:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dd2149
dev-python/pyxdg: Support python 3.5
Package-Manager: portage-2.2.24
dev-python/pyxdg/pyxdg-0.25-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild
b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild
index abce0f4..af3da68 100644
--- a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild
+++ b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild
@@ -4,8 +4,7 @@
EAPI=5
-# py3.3 removed due to nosetests
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="A Python module to deal with freedesktop.org specifications"