diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:14:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:26:08 +0100 |
commit | dcdc30c5d83660f52338642f8d219ef60208879f (patch) | |
tree | 27826d3e49a0bf6eaa17902198b2aa7e6456d758 /media-libs | |
parent | dev-python/intreehooks: Remove py2 (diff) | |
download | gentoo-dcdc30c5d83660f52338642f8d219ef60208879f.tar.gz gentoo-dcdc30c5d83660f52338642f8d219ef60208879f.tar.bz2 gentoo-dcdc30c5d83660f52338642f8d219ef60208879f.zip |
media-libs/mlt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mlt/mlt-6.16.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mlt/mlt-6.16.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mlt/mlt-6.16.0-r1.ebuild b/media-libs/mlt/mlt-6.16.0-r1.ebuild index dc4435ed3601..6b79b5c3feab 100644 --- a/media-libs/mlt/mlt-6.16.0-r1.ebuild +++ b/media-libs/mlt/mlt-6.16.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) # this ebuild currently only supports installing ruby bindings for a single ruby version # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls # /usr/bin/${USE_RUBY} directly diff --git a/media-libs/mlt/mlt-6.16.0-r2.ebuild b/media-libs/mlt/mlt-6.16.0-r2.ebuild index 2046009e1216..3113c3933d91 100644 --- a/media-libs/mlt/mlt-6.16.0-r2.ebuild +++ b/media-libs/mlt/mlt-6.16.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) # this ebuild currently only supports installing ruby bindings for a single ruby version # so USE_RUBY must contain only a single value (the latest stable) as the ebuild calls # /usr/bin/${USE_RUBY} directly |