diff options
author | Sam James <sam@gentoo.org> | 2020-08-31 21:48:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-31 21:50:56 +0000 |
commit | 2fd6fb2f630e624011f797a02245b40de66d8f4f (patch) | |
tree | cdd1f98f687f29ba59ac8a827b8b1cb832e47813 /sys-devel/gettext | |
parent | net-nntp/sabnzbd: bump to v3.0.2 (diff) | |
download | gentoo-2fd6fb2f630e624011f797a02245b40de66d8f4f.tar.gz gentoo-2fd6fb2f630e624011f797a02245b40de66d8f4f.tar.bz2 gentoo-2fd6fb2f630e624011f797a02245b40de66d8f4f.zip |
sys-devel/gettext: Stabilize 0.21 arm64, #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 3a7c0f4904b9..5d35fb8ef572 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. |