mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
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:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user