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 02:51:05
Message-Id: 1568515848.13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c.mattst88@gentoo
1 commit: 13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 02:50:22 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 02:50:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c7e1a5
7
8 app-arch/zopfli-1.0.2: add ~arm, 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 b0f76cfcd8f..6abb43d9762 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 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25
26 DOCS=( CONTRIBUTORS README README.zopflipng )