Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/
Date: Sat, 01 Jan 2022 16:38:55
Message-Id: 1641055122.888969d6bb2ea16138740514ad886e8cc5377a83.arthurzam@gentoo
1 commit: 888969d6bb2ea16138740514ad886e8cc5377a83
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 16:38:28 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 16:38:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888969d6
7
8 media-video/mkvtoolnix: Stabilize 61.0.0 ppc, #829472
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 media-video/mkvtoolnix/mkvtoolnix-61.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/mkvtoolnix/mkvtoolnix-61.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-61.0.0.ebuild
16 index 11a26571c2ed..05b2fdd29fbf 100644
17 --- a/media-video/mkvtoolnix/mkvtoolnix-61.0.0.ebuild
18 +++ b/media-video/mkvtoolnix/mkvtoolnix-61.0.0.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 @@ if [[ ${PV} == *9999 ]] ; then
26 inherit git-r3
27 else
28 SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ppc ~ppc64 ~x86"
31 fi
32
33 DESCRIPTION="Tools to create, alter, and inspect Matroska files"