diff options
author | 2022-12-03 18:07:26 +0200 | |
---|---|---|
committer | 2022-12-03 18:07:26 +0200 | |
commit | 7c722927a4f2dd11f79057783e68cd985e517f93 (patch) | |
tree | 4d7962fe7b948f006182c4acd84abffa7bae07c4 /sys-devel/gettext | |
parent | dev-python/pandas: Stabilize 1.5.1 x86, #881907 (diff) | |
download | gentoo-7c722927a4f2dd11f79057783e68cd985e517f93.tar.gz gentoo-7c722927a4f2dd11f79057783e68cd985e517f93.tar.bz2 gentoo-7c722927a4f2dd11f79057783e68cd985e517f93.zip |
sys-devel/gettext: Stabilize 0.21.1 x86, #882853
Signed-off-by: Arthur Zamarin <arthurzam@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 d4ff1e51aa4b..654d28fe3fbd 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. |