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:22
Message-Id: 1657043616.fb10f423c509f2a811805a0c475cfb018a515654.sam@gentoo
1 commit: fb10f423c509f2a811805a0c475cfb018a515654
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 17:53:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 17:53:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb10f423
7
8 media-video/vidcutter: Stabilize 6.0.5.1-r1 amd64, #855401
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 383061cd1bcc..d81ac2d243ac 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 @@ -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 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]];then
26 EGIT_REPO_URI="https://github.com/ozmartian/vidcutter"
27 else
28 SRC_URI="https://github.com/ozmartian/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 ~x86"
31 fi
32
33 LICENSE="GPL-3"