summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2021-12-01 16:57:06 -0500
committerAnthony G. Basile <blueness@gentoo.org>2021-12-01 16:57:06 -0500
commita0e216a9431ee907fd4664efb34f238be41db851 (patch)
tree14e9129c6dbb802187ab0a49883e2dfdbf2f9b34 /sys-libs/musl
parentmedia-video/jellyfin-media-player: new package (diff)
downloadgentoo-a0e216a9431ee907fd4664efb34f238be41db851.tar.gz
gentoo-a0e216a9431ee907fd4664efb34f238be41db851.tar.bz2
gentoo-a0e216a9431ee907fd4664efb34f238be41db851.zip
sys-libs/musl: bump to newer ldconfig
Closes: https://bugs.gentoo.org/827833 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/musl')
-rw-r--r--sys-libs/musl/musl-1.2.2-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.2.2-r6.ebuild b/sys-libs/musl/musl-1.2.2-r6.ebuild
index f22728391c1d..79a60682c79f 100644
--- a/sys-libs/musl/musl-1.2.2-r6.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r6.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz"
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+ KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 x86"
fi
GETENT_COMMIT="93a08815f8598db442d8b766b463d0150ed8e2ab"
GETENT_FILE="musl-getent-${GETENT_COMMIT}.c"