diff options
author | Sam James <sam@gentoo.org> | 2022-11-25 05:16:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-25 05:16:56 +0000 |
commit | 275cd8b59e06bcc4de7380f31d5bfb6dc6dcdf73 (patch) | |
tree | 9290a7146cddcdde7bdcab0623eda4e64e2f83d2 /sys-devel/gettext | |
parent | net-analyzer/vnstat: Stabilize 2.10 x86, #882837 (diff) | |
download | gentoo-275cd8b59e06bcc4de7380f31d5bfb6dc6dcdf73.tar.gz gentoo-275cd8b59e06bcc4de7380f31d5bfb6dc6dcdf73.tar.bz2 gentoo-275cd8b59e06bcc4de7380f31d5bfb6dc6dcdf73.zip |
sys-devel/gettext: Stabilize 0.21.1 arm64, #882853
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21.1.ebuild b/sys-devel/gettext/gettext-0.21.1.ebuild index f7540db781bf..f8990f6ad303 100644 --- a/sys-devel/gettext/gettext-0.21.1.ebuild +++ b/sys-devel/gettext/gettext-0.21.1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *_rc* ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi # Only libasprintf is under the LGPL (and libintl is in a sep package), # so put that license behind USE=cxx. |