From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D621315800F for ; Sat, 31 Dec 2022 13:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFDFE07FE; Sat, 31 Dec 2022 13:01:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id C9FBBE07FE for ; Sat, 31 Dec 2022 13:01:31 +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 E192A335D88 for ; Sat, 31 Dec 2022 13:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282ED7F0 for ; Sat, 31 Dec 2022 13:01:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672491632.35e75cab3a9fa13fae9cc51e1901f39d99d84602.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.30.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35e75cab3a9fa13fae9cc51e1901f39d99d84602 X-VCS-Branch: master Date: Sat, 31 Dec 2022 13:01:29 +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: 889aad58-6db0-46e5-bb25-14f22b51401e X-Archives-Hash: 6566fbf4e7dcbd0218e66900631b7f25 commit: 35e75cab3a9fa13fae9cc51e1901f39d99d84602 Author: Sam James gentoo org> AuthorDate: Sat Dec 31 13:00:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 31 13:00:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e75cab sys-apps/sandbox: use filter-lto, BDEPEND Signed-off-by: Sam James gentoo.org> sys-apps/sandbox/sandbox-2.30.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-apps/sandbox/sandbox-2.30.ebuild b/sys-apps/sandbox/sandbox-2.30.ebuild index faed8b2a7983..806b5e640d9c 100644 --- a/sys-apps/sandbox/sandbox-2.30.ebuild +++ b/sys-apps/sandbox/sandbox-2.30.ebuild @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+nnp" -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" +# pax-utils lower bound for bug #265376 +DEPEND=">=app-misc/pax-utils-0.1.19" +BDEPEND="app-arch/xz-utils" has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" sandbox_death_notice" @@ -34,8 +34,7 @@ src_prepare() { # sandbox uses `__asm__ (".symver "...` which does # not play well with gcc's LTO: https://gcc.gnu.org/PR48200 - append-flags -fno-lto - append-ldflags -fno-lto + filter-lto } multilib_src_configure() {