diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:02:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:33 +0000 |
commit | aea2a05904ad50b0edc9f4eef5a78113a5276734 (patch) | |
tree | 1bef5e43de5099249e49abb6605eeef1e1011bda /app-arch/zopfli | |
parent | app-arch/zip: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-aea2a05904ad50b0edc9f4eef5a78113a5276734.tar.gz gentoo-aea2a05904ad50b0edc9f4eef5a78113a5276734.tar.bz2 gentoo-aea2a05904ad50b0edc9f4eef5a78113a5276734.zip |
app-arch/zopfli: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/zopfli')
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index b1ceb137f61c..3504bf16d766 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng ) diff --git a/app-arch/zopfli/zopfli-1.0.3.ebuild b/app-arch/zopfli/zopfli-1.0.3.ebuild index 9fcaf2e720e4..d25c4c0ccc17 100644 --- a/app-arch/zopfli/zopfli-1.0.3.ebuild +++ b/app-arch/zopfli/zopfli-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng ) |