diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:31 +0100 |
commit | 554f9ea13824d6e6f472e1aea6061d39469583db (patch) | |
tree | b52db0ce1e4a0d814aa86f265f4803f975d9e1db /media-libs/mlt | |
parent | media-gfx/pqiv: remove implicit kernel_linux (diff) | |
download | gentoo-554f9ea13824d6e6f472e1aea6061d39469583db.tar.gz gentoo-554f9ea13824d6e6f472e1aea6061d39469583db.tar.bz2 gentoo-554f9ea13824d6e6f472e1aea6061d39469583db.zip |
media-libs/mlt: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/mlt-7.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mlt/mlt-7.4.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mlt/mlt-7.2.0-r1.ebuild b/media-libs/mlt/mlt-7.2.0-r1.ebuild index 9e992f95599e..e0c70f26c65e 100644 --- a/media-libs/mlt/mlt-7.2.0-r1.ebuild +++ b/media-libs/mlt/mlt-7.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0/7" KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg frei0r gtk jack kernel_linux libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" +IUSE="debug ffmpeg frei0r gtk jack libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/media-libs/mlt/mlt-7.4.0.ebuild b/media-libs/mlt/mlt-7.4.0.ebuild index c7f8d491511b..1da22f42a8b5 100644 --- a/media-libs/mlt/mlt-7.4.0.ebuild +++ b/media-libs/mlt/mlt-7.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0/7" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg frei0r gtk jack kernel_linux libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" +IUSE="debug ffmpeg frei0r gtk jack libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |