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: Sat, 12 Oct 2019 21:25:10
Message-Id: 1570915499.efad724728a4a606d0c23125c8cc9b72f7c2282a.mattst88@gentoo
1 commit: efad724728a4a606d0c23125c8cc9b72f7c2282a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 21:24:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 21:24:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efad7247
7
8 app-arch/zopfli-1.0.2: add ~alpha, 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 6abb43d9762..a64e65d0663 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 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25
26 DOCS=( CONTRIBUTORS README README.zopflipng )