diff options
author | Sam James <sam@gentoo.org> | 2020-08-31 21:49:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-31 21:50:58 +0000 |
commit | 50bea5b2348b2480798ca741010eb714ac4151ab (patch) | |
tree | 809c75be28f248a6461c1abb5f855d9cd7d9dcc6 /sys-devel/gettext | |
parent | sys-devel/bison: Stabilize 3.7.1 sparc, #717936 (diff) | |
download | gentoo-50bea5b2348b2480798ca741010eb714ac4151ab.tar.gz gentoo-50bea5b2348b2480798ca741010eb714ac4151ab.tar.bz2 gentoo-50bea5b2348b2480798ca741010eb714ac4151ab.zip |
sys-devel/gettext: Stabilize 0.21 ppc64, #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 775d5122c154..e21e54be5e60 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. |