diff options
author | Sam James <sam@gentoo.org> | 2021-04-13 00:26:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-13 00:32:46 +0100 |
commit | 467248dc3569de642df2522b052dc441afcb7272 (patch) | |
tree | 552eaff066bbe93b26070a2665b405cda6038657 /media-video | |
parent | media-libs/libopenraw: Stabilize 0.1.3 arm64, #776703 (diff) | |
download | gentoo-467248dc3569de642df2522b052dc441afcb7272.tar.gz gentoo-467248dc3569de642df2522b052dc441afcb7272.tar.bz2 gentoo-467248dc3569de642df2522b052dc441afcb7272.zip |
media-video/ffmpegthumbnailer: Stabilize 2.2.0-r1 arm64, #776703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild index 4ceb37088e75..7513824240d8 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="gnome gtk jpeg png test" RESTRICT="!test? ( test )" |