Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Sun, 26 Feb 2023 22:23:22
Message-Id: 1677450110.708a5eb5bbffb026c0e6097a20987797122aa07d.sam@gentoo
1 commit: 708a5eb5bbffb026c0e6097a20987797122aa07d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 22:21:50 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:21:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708a5eb5
7
8 sys-devel/gettext: keyword 0.21.1 for ~arm64-macos
9
10 Bug: https://bugs.gentoo.org/896330
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-devel/gettext/gettext-0.21.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/gettext/gettext-0.21.1.ebuild b/sys-devel/gettext/gettext-0.21.1.ebuild
17 index e7f594906b2e..9bbd3f845475 100644
18 --- a/sys-devel/gettext/gettext-0.21.1.ebuild
19 +++ b/sys-devel/gettext/gettext-0.21.1.ebuild
20 @@ -17,7 +17,7 @@ if [[ ${PV} == *_rc* ]] ; then
21 else
22 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
23 SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )"
24 - 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"
25 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
26 fi
27 # Only libasprintf is under the LGPL (and libintl is in a sep package),
28 # so put that license behind USE=cxx.