From: Joonas Niilola Date: Thu, 27 Jun 2019 14:23:23 +0000 (+0300) Subject: media-video/totem: enable python3.{7,8} X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f0707d24efca15cc5ca17cad0d0abd035cec253;p=gentoo.git media-video/totem: enable python3.{7,8} Signed-off-by: Joonas Niilola Signed-off-by: Matt Turner --- 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