Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/
Date: Wed, 01 Dec 2021 21:57:29
Message-Id: 1638395826.a0e216a9431ee907fd4664efb34f238be41db851.blueness@gentoo
1 commit: a0e216a9431ee907fd4664efb34f238be41db851
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 21:57:06 2021 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 21:57:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e216a9
7
8 sys-libs/musl: bump to newer ldconfig
9
10 Closes: https://bugs.gentoo.org/827833
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 sys-libs/musl/musl-1.2.2-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/musl/musl-1.2.2-r6.ebuild b/sys-libs/musl/musl-1.2.2-r6.ebuild
18 index f22728391c1d..79a60682c79f 100644
19 --- a/sys-libs/musl/musl-1.2.2-r6.ebuild
20 +++ b/sys-libs/musl/musl-1.2.2-r6.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz"
25 - KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
26 + KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 x86"
27 fi
28 GETENT_COMMIT="93a08815f8598db442d8b766b463d0150ed8e2ab"
29 GETENT_FILE="musl-getent-${GETENT_COMMIT}.c"