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-libs/libmatroska/
Date: Fri, 26 Jan 2018 23:24:33
Message-Id: 1517009047.4344feea4d6d72c690d7fdc2ecfba99a7ec1e6a4.whissi@gentoo
1 commit: 4344feea4d6d72c690d7fdc2ecfba99a7ec1e6a4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 23:23:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 23:24:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4344feea
7
8 media-libs/libmatroska: x86 stable (bug #641328)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 media-libs/libmatroska/libmatroska-1.4.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libmatroska/libmatroska-1.4.8.ebuild b/media-libs/libmatroska/libmatroska-1.4.8.ebuild
16 index ae166a1913b..1da3fb754fc 100644
17 --- a/media-libs/libmatroska/libmatroska-1.4.8.ebuild
18 +++ b/media-libs/libmatroska/libmatroska-1.4.8.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 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
26
27 LICENSE="GPL-2"
28 SLOT="0/6" # subslot = soname major version
29 -KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
30 +KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
31 IUSE="static-libs"
32
33 RDEPEND=">=dev-libs/libebml-1.3.4:="