Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/
Date: Tue, 05 Jul 2022 17:54:24
Message-Id: 1657043647.c267c452abaadc40c42f0c892ecc3290fbade9a9.sam@gentoo
1 commit: c267c452abaadc40c42f0c892ecc3290fbade9a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 17:54:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 17:54:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c267c452
7
8 media-video/vidcutter: Stabilize 6.0.5.1-r1 x86, #855401
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild b/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild
16 index d81ac2d243ac..a94a18c5e7bf 100644
17 --- a/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild
18 +++ b/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]];then
20 EGIT_REPO_URI="https://github.com/ozmartian/vidcutter"
21 else
22 SRC_URI="https://github.com/ozmartian/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 fi
26
27 LICENSE="GPL-3"