diff options
author | Sam James <sam@gentoo.org> | 2020-08-31 21:48:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-31 21:50:57 +0000 |
commit | cecae4369c19c7a1ffc1a4a2c6c2bd62cdb6f5fc (patch) | |
tree | c88e9e1d8cc323f1eb99804c5ea4380a3b7a94d4 /sys-devel | |
parent | sys-devel/bison: Stabilize 3.7.1 arm64, #717936 (diff) | |
download | gentoo-cecae4369c19c7a1ffc1a4a2c6c2bd62cdb6f5fc.tar.gz gentoo-cecae4369c19c7a1ffc1a4a2c6c2bd62cdb6f5fc.tar.bz2 gentoo-cecae4369c19c7a1ffc1a4a2c6c2bd62cdb6f5fc.zip |
sys-devel/gettext: Stabilize 0.21 sparc, #717936
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 5d35fb8ef572..775d5122c154 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. |