commit: 742774f13b3f31e335ba9d9f160e3c609607c2b6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 19:29:24 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 19:29:24 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=742774f1
[dev-python/pyspotify] Support python 3.4
Package-Manager: portage-2.2.20
dev-python/pyspotify/pyspotify-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyspotify/pyspotify-2.0.1.ebuild
b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
index f6593de..19170b2 100644
--- a/dev-python/pyspotify/pyspotify-2.0.1.ebuild
+++ b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
+PYTHON_COMPAT=(python{2_7,3_4})
inherit distutils-r1