commit: 27ea8c4cb3b39e7670e8b6f87631a995d1a67a28 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 09:09:50 2025 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 11:21:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ea8c4c
sys-apps/uutils-coreutils: Install libstdbuf in its own path Closes: https://bugs.gentoo.org/963516 Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild index 979a0cd568c6..2fc8ffb9838d 100644 --- a/sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild +++ b/sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild @@ -93,6 +93,9 @@ src_compile() { # 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")" + + # bug #963516 + LIBSTDBUF_DIR="${EPREFIX}/usr/libexec/${PN}" ) emake "${makeargs[@]}"
