summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2019-06-27 17:23:23 +0300
committerMatt Turner <mattst88@gentoo.org>2019-12-04 15:17:18 -0500
commit4f0707d24efca15cc5ca17cad0d0abd035cec253 (patch)
treeea5517459d1aee7170201b51b59903e2ec6210b3 /media-video/totem
parentmedia-sound/rhythmbox: enable python3.{7,8} (diff)
downloadgentoo-4f0707d24efca15cc5ca17cad0d0abd035cec253.tar.gz
gentoo-4f0707d24efca15cc5ca17cad0d0abd035cec253.tar.bz2
gentoo-4f0707d24efca15cc5ca17cad0d0abd035cec253.zip
media-video/totem: enable python3.{7,8}
Signed-off-by: Joonas Niilola <juippis@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video/totem')
-rw-r--r--media-video/totem/totem-3.32.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/totem/totem-3.32.1-r1.ebuild b/media-video/totem/totem-3.32.1-r1.ebuild
index 492a875756ba..18ac7eb98e93 100644
--- a/media-video/totem/totem-3.32.1-r1.ebuild
+++ b/media-video/totem/totem-3.32.1-r1.ebuild
@@ -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