Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Fri, 26 Jan 2018 23:24:35
Message-Id: 1517009044.8a86faf90ac0a726a53ed8a7bfd127ceca9dda46.whissi@gentoo
1 commit: 8a86faf90ac0a726a53ed8a7bfd127ceca9dda46
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 23:21:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 23:24:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a86faf9
7
8 dev-libs/libebml: x86 stable (bug #641292)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-libs/libebml/libebml-1.3.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libebml/libebml-1.3.5.ebuild b/dev-libs/libebml/libebml-1.3.5.ebuild
16 index 637d22891b8..ecc1cd998b6 100644
17 --- a/dev-libs/libebml/libebml-1.3.5.ebuild
18 +++ b/dev-libs/libebml/libebml-1.3.5.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 @@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0/4" # subslot = soname major version
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE="debug static-libs"
32
33 src_prepare() {