diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:07:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:52:55 +0000 |
commit | 59a4b7925e66d17846d580a52615cce0fc3a6598 (patch) | |
tree | 8d409b3c584808c07e64d516e7e3f259ea7e51db /app-text/po4a | |
parent | app-text/pdfjam: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-59a4b7925e66d17846d580a52615cce0fc3a6598.tar.gz gentoo-59a4b7925e66d17846d580a52615cce0fc3a6598.tar.bz2 gentoo-59a4b7925e66d17846d580a52615cce0fc3a6598.zip |
app-text/po4a: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/po4a-0.57.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild index 7444d4ee569f..6dd16a0287b3 100644 --- a/app-text/po4a/po4a-0.57.ebuild +++ b/app-text/po4a/po4a-0.57.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" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |