Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Sun, 25 Feb 2018 21:52:46
Message-Id: 1519595438.bb150cfb025d14b22eb2c4b213f6b9e0e4020683.slyfox@gentoo
1 commit: bb150cfb025d14b22eb2c4b213f6b9e0e4020683
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 21:46:44 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 21:50:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb150cfb
7
8 dev-libs/libebml: stable 1.3.5 for ppc, bug #641328 (thanks to ernsteiswuerfel)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-libs/libebml/libebml-1.3.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libebml/libebml-1.3.5.ebuild b/dev-libs/libebml/libebml-1.3.5.ebuild
17 index 218d957ffa6..9d6869cc722 100644
18 --- a/dev-libs/libebml/libebml-1.3.5.ebuild
19 +++ b/dev-libs/libebml/libebml-1.3.5.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
21
22 LICENSE="LGPL-2.1"
23 SLOT="0/4" # subslot = soname major version
24 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
25 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
26 IUSE="debug static-libs"
27
28 src_prepare() {