diff options
author | Sam James <sam@gentoo.org> | 2020-08-31 20:59:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-31 20:59:32 +0000 |
commit | d18dd18cb19c038c8ed246bb1613afc1426a2c3e (patch) | |
tree | 3a709e9a3379f2ca4b4e690375b33145f9a36662 /sys-devel/gettext | |
parent | dev-python/grpcio: x86 stable (bug #718978) (diff) | |
download | gentoo-d18dd18cb19c038c8ed246bb1613afc1426a2c3e.tar.gz gentoo-d18dd18cb19c038c8ed246bb1613afc1426a2c3e.tar.bz2 gentoo-d18dd18cb19c038c8ed246bb1613afc1426a2c3e.zip |
sys-devel/gettext: Stabilize 0.21 s390, #717936
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild index 577be80c3a8a..677c5572284e 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. |