From: David Heidelberg Date: Tue, 30 Apr 2019 12:45:12 +0000 (+0200) Subject: media-libs/gstreamer-editing-services: support python3_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d5d527e947ac3a5505bc389191361d15e646b01;p=gentoo.git media-libs/gstreamer-editing-services: support python3_7 Compile tested. Closes: https://github.com/gentoo/gentoo/pull/11866 Signed-off-by: David Heidelberg Signed-off-by: Mart Raudsepp --- diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild index d91d85232e17..da0e7bcc5a20 100644 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild +++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.14.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) GNOME2_LA_PUNT="yes" inherit bash-completion-r1 gnome2 python-r1