Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/
Date: Sat, 19 Feb 2022 13:15:59
Message-Id: 1645276531.f6cfb97771726be2558bce1b5d0866964057c3fc.jsmolic@gentoo
1 commit: f6cfb97771726be2558bce1b5d0866964057c3fc
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 13:10:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 13:15:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cfb977
7
8 media-video/ffmpegthumbnailer: Stabilize 2.2.2 amd64, #833742
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
16 index 1db8f1d925cb..077c95b5ca0d 100644
17 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
18 +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 IUSE="gnome gtk jpeg png test"
32 RESTRICT="!test? ( test )"