diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-12-02 01:51:18 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-02 19:42:11 +0000 |
commit | 884966fc31340e43962190df7d645143d22fd437 (patch) | |
tree | a2659c92892039486847513a8b1c7f92de36269e /profiles | |
parent | www-client/microsoft-edge: remove old (diff) | |
download | gentoo-884966fc31340e43962190df7d645143d22fd437.tar.gz gentoo-884966fc31340e43962190df7d645143d22fd437.tar.bz2 gentoo-884966fc31340e43962190df7d645143d22fd437.zip |
profiles/features/musl: mask net-misc/iputils[rarpd]
Running rarpd requires a working ether_ntohost. In musl, this is
implemented as a stub that returns -1, so rarpd always fails. Prevent
users from having to debug this by masking the rarpd USE flag on musl.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Closes: https://github.com/gentoo/gentoo/pull/23140
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index f0c940f535cc..72bf15947617 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Stijn Tintel <stijn@linux-ipv6.be> (2021-12-02) +# rarpd relies on ether_ntohost which is a stub in musl +net-misc/iputils rarpd + # Sam James <sam@gentoo.org> (2021-11-20) # Pulls in po4a which doesn't seem to work on musl (wants /usr/bin/locale) sys-apps/man-db nls |