commit: d18dd18cb19c038c8ed246bb1613afc1426a2c3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 20:59:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 20:59:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18dd18c
sys-devel/gettext: Stabilize 0.21 s390, #717936
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gettext/gettext-0.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gettext/gettext-0.21.ebuild
b/sys-devel/gettext/gettext-0.21.ebuild
index 577be80c3a8..677c5572284 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~riscv s390 ~sparc x86"
fi
# Only libasprintf is under the LGPL (and libintl is in a sep package),
# so put that license behind USE=cxx.