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: Sat, 03 Apr 2021 11:52:27
Message-Id: 1617450721.f63594fb5f1e5653f831e1ff16d56f67f29bcfa6.blueness@gentoo
1 commit: f63594fb5f1e5653f831e1ff16d56f67f29bcfa6
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 11:52:01 2021 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 11:52:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63594fb
7
8 sys-libs/musl: stabilize 1.2.2-r2
9
10 Closes: https://bugs.gentoo.org/779799
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 sys-libs/musl/musl-1.2.2-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild b/sys-libs/musl/musl-1.2.2-r2.ebuild
18 index d9551e1c7e4..cb33284298e 100644
19 --- a/sys-libs/musl/musl-1.2.2-r2.ebuild
20 +++ b/sys-libs/musl/musl-1.2.2-r2.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"