From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B9461581B9 for ; Wed, 01 Oct 2025 11:22:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 851B4341002 for ; Wed, 01 Oct 2025 11:22:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4D0F61103CB; Wed, 01 Oct 2025 11:22:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 43E3F1103CB for ; Wed, 01 Oct 2025 11:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA688340FE4 for ; Wed, 01 Oct 2025 11:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38CB011BD for ; Wed, 01 Oct 2025 11:22:18 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1759317715.27ea8c4cb3b39e7670e8b6f87631a995d1a67a28.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils-coreutils/uutils-coreutils-0.2.2.ebuild X-VCS-Directories: sys-apps/uutils-coreutils/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 27ea8c4cb3b39e7670e8b6f87631a995d1a67a28 X-VCS-Branch: master Date: Wed, 01 Oct 2025 11:22:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fe73145-2d61-4df8-bb6b-c9ed91dbfb74 X-Archives-Hash: 02330161eb099bf1269054d45f800850 commit: 27ea8c4cb3b39e7670e8b6f87631a995d1a67a28 Author: Luca Barbato gentoo org> AuthorDate: Wed Oct 1 09:09:50 2025 +0000 Commit: Luca Barbato gentoo 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 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[@]}"