Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/
Date: Fri, 26 Jan 2018 23:24:34
Message-Id: 1517009046.c0303fe2c2cd69110a081a852608396dc9c6e2cf.whissi@gentoo
1 commit: c0303fe2c2cd69110a081a852608396dc9c6e2cf
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 23:22:36 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 23:24:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0303fe2
7
8 media-video/mkvtoolnix: x86 stable (bug #641328)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
16 index f0e294854bd..8830cd670aa 100644
17 --- a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
18 +++ b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,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 ~x86-fbsd ~amd64-linux ~x86-linux"
30 + KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
31 fi
32
33 DESCRIPTION="Tools to create, alter, and inspect Matroska files"