diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 16:26:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 16:26:07 +0200 |
commit | eb79211789dfec00a2ed3e1e94eaa2a3089692c5 (patch) | |
tree | 303201f7e27b3e48b7e193bb576c3210f8e81370 /sys-devel | |
parent | www-client/chromium: add 107.0.5304.121 (diff) | |
download | gentoo-eb79211789dfec00a2ed3e1e94eaa2a3089692c5.tar.gz gentoo-eb79211789dfec00a2ed3e1e94eaa2a3089692c5.tar.bz2 gentoo-eb79211789dfec00a2ed3e1e94eaa2a3089692c5.zip |
sys-devel/gettext: Stabilize 0.21.1 hppa, #882853
Signed-off-by: Arthur Zamarin <arthurzam@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 8781956c808c..d4ff1e51aa4b 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. |