Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libintl/
Date: Sun, 26 Feb 2023 22:23:22
Message-Id: 1677450126.a0475a51430b3d1fac4b0eaf968419b0349f33d6.sam@gentoo
1 commit: a0475a51430b3d1fac4b0eaf968419b0349f33d6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 22:22:06 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:22:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0475a51
7
8 virtual/libintl: keyword 0-r2 for ~arm64-macos
9
10 Bug: https://bugs.gentoo.org/896330
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 virtual/libintl/libintl-0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/libintl/libintl-0-r2.ebuild b/virtual/libintl/libintl-0-r2.ebuild
17 index 29253a66f2e5..b22d99612594 100644
18 --- a/virtual/libintl/libintl-0-r2.ebuild
19 +++ b/virtual/libintl/libintl-0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -8,7 +8,7 @@ inherit multilib-build
27 DESCRIPTION="Virtual for the GNU Internationalization Library"
28
29 SLOT="0"
30 -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"
31 +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"
32
33 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
34 RDEPEND="!elibc_glibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) )"