Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
Date: Sun, 15 Sep 2019 00:35:04
Message-Id: 1568507690.1ba77774441b221b9a3b409b050050eb5c3d6cbf.mattst88@gentoo
1 commit: 1ba77774441b221b9a3b409b050050eb5c3d6cbf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 00:33:26 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 00:34:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba77774
7
8 app-arch/zopfli-1.0.2: add ~ppc, bug 694372
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild
16 index bd8cc57da2b..781ecfaee1e 100644
17 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild
18 +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}"
20
21 LICENSE="Apache-2.0"
22 SLOT="0/1"
23 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
25
26 DOCS=( CONTRIBUTORS README README.zopflipng )