app-misc/media-player-info: add support for python 3.5
authorHolger Hoffstätte <holger.hoffstaette@googlemail.com>
Tue, 2 Feb 2016 17:17:59 +0000 (18:17 +0100)
committerHolger Hoffstätte <holger.hoffstaette@googlemail.com>
Tue, 2 Feb 2016 17:17:59 +0000 (18:17 +0100)
app-misc/media-player-info/media-player-info-22.ebuild

index 57e5f6a8093f431feb1c1964c119d59f3ed04688..db343f85afde3b9446a78d827978d970302205e9 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python3_{3,4,5} )
 
 inherit eutils python-any-r1