sys-apps/uutils-coreutils: Drop a libselinux workaround

Part-of: https://github.com/gentoo/gentoo/pull/44636
Closes: https://github.com/gentoo/gentoo/pull/44636
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
oech3
2026-05-27 21:48:43 +09:00
committed by Sam James
parent 9cdc0b953b
commit 522eee40bb
3 changed files with 3 additions and 6 deletions

View File

@@ -101,8 +101,7 @@ src_compile() {
# pinky, uptime, users, and who require utmpx (not available on musl)
# bug #832868
# runcon chcon require selinux, but upstream broke the SELINUX_ENABLED logic
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who") $(usev !selinux "runcon chcon")"
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who")"
# bug #963516
LIBSTDBUF_DIR="${EPREFIX}/usr/libexec/${PN}"

View File

@@ -101,8 +101,7 @@ src_compile() {
# pinky, uptime, users, and who require utmpx (not available on musl)
# bug #832868
# runcon chcon require selinux, but upstream broke the SELINUX_ENABLED logic
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who") $(usev !selinux "runcon chcon")"
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who")"
# bug #963516
LIBSTDBUF_DIR="${EPREFIX}/usr/libexec/${PN}"

View File

@@ -100,8 +100,7 @@ src_compile() {
# pinky, uptime, users, and who require utmpx (not available on musl)
# bug #832868
# runcon chcon require selinux, but upstream broke the SELINUX_ENABLED logic
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who") $(usev !selinux "runcon chcon")"
SKIP_UTILS="$(usev elibc_musl "pinky uptime users who")"
# bug #963516
LIBSTDBUF_DIR="${EPREFIX}/usr/libexec/${PN}"