media-video/totem: enable python3.{7,8}
authorJoonas Niilola <juippis@gmail.com>
Thu, 27 Jun 2019 14:23:23 +0000 (17:23 +0300)
committerMatt Turner <mattst88@gentoo.org>
Wed, 4 Dec 2019 20:17:18 +0000 (15:17 -0500)
Signed-off-by: Joonas Niilola <juippis@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-video/totem/totem-3.32.1-r1.ebuild

index 492a875756ba40beec66f5edc801590889804cb2..18ac7eb98e93d3b60643c8efb603bc735d020770 100644 (file)
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_5,3_6} )
-PYTHON_REQ_USE="threads"
+PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_REQ_USE="threads(+)"
 
 inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1