diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 21:45:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 21:45:47 +0100 |
commit | 3a7532f1fd1f8a132d1a0e58587c707bd3b804e8 (patch) | |
tree | e0f128752714b99794449c843e1a4a796f931244 /sys-devel | |
parent | sys-process/numactl: Stabilize 2.0.14-r1 amd64, #878577 (diff) | |
download | gentoo-3a7532f1fd1f8a132d1a0e58587c707bd3b804e8.tar.gz gentoo-3a7532f1fd1f8a132d1a0e58587c707bd3b804e8.tar.bz2 gentoo-3a7532f1fd1f8a132d1a0e58587c707bd3b804e8.zip |
sys-devel/gettext: Stabilize 0.21-r4 arm64, #878581
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.21-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21-r4.ebuild b/sys-devel/gettext/gettext-0.21-r4.ebuild index e53871814631..2691e8dfd8b1 100644 --- a/sys-devel/gettext/gettext-0.21-r4.ebuild +++ b/sys-devel/gettext/gettext-0.21-r4.ebuild @@ -21,7 +21,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. |