diff options
author | Sam James <sam@gentoo.org> | 2022-11-25 05:15:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-25 05:15:38 +0000 |
commit | 94146c01d090e5da0745f26eb0a81e77b9689037 (patch) | |
tree | 68765f43f6bea6e4b364b40a0f91b3a493f8b343 /sys-devel | |
parent | sys-devel/gettext: Stabilize 0.21.1 amd64, #882853 (diff) | |
download | gentoo-94146c01d090e5da0745f26eb0a81e77b9689037.tar.gz gentoo-94146c01d090e5da0745f26eb0a81e77b9689037.tar.bz2 gentoo-94146c01d090e5da0745f26eb0a81e77b9689037.zip |
sys-devel/gettext: Stabilize 0.21.1 arm, #882853
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 fb6041beb1ba..f7540db781bf 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. |