Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
Date: Wed, 05 Aug 2020 14:06:29
Message-Id: 1596636367.d30ed33197082d916cbb36f480f4b6b930748708.ago@gentoo
1 commit: d30ed33197082d916cbb36f480f4b6b930748708
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 14:06:07 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 14:06:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30ed331
7
8 app-arch/zopfli: s390 stable wrt bug #733528
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="s390"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-arch/zopfli/zopfli-1.0.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/zopfli/zopfli-1.0.3.ebuild b/app-arch/zopfli/zopfli-1.0.3.ebuild
18 index f0026d95344..5ee720b8196 100644
19 --- a/app-arch/zopfli/zopfli-1.0.3.ebuild
20 +++ b/app-arch/zopfli/zopfli-1.0.3.ebuild
21 @@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${P}"
22
23 LICENSE="Apache-2.0"
24 SLOT="0/1"
25 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
27
28 DOCS=( CONTRIBUTORS README README.zopflipng )