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 6E3D6158090 for ; Tue, 24 May 2022 21:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49CBFE07D8; Tue, 24 May 2022 21:14:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33E47E07D8 for ; Tue, 24 May 2022 21:14: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 5A2D134198A for ; Tue, 24 May 2022 21:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C91546D for ; Tue, 24 May 2022 21:14:28 +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: <1653426857.e8c86f8ca460504482aa9c4ea2b82736d7dc203e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pciutils/pciutils-3.8.0.ebuild X-VCS-Directories: sys-apps/pciutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8c86f8ca460504482aa9c4ea2b82736d7dc203e X-VCS-Branch: master Date: Tue, 24 May 2022 21:14:28 +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: fa89b7e2-3579-4fb7-81a5-c7fbaf918c27 X-Archives-Hash: 8c91eb41c4dae890197dec0528cdd94e commit: e8c86f8ca460504482aa9c4ea2b82736d7dc203e Author: Sam James gentoo org> AuthorDate: Tue May 24 21:13:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 24 21:14:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c86f8c sys-apps/pciutils: add min BDEPEND on linker too Bug: https://bugs.gentoo.org/847133 Signed-off-by: Sam James gentoo.org> sys-apps/pciutils/pciutils-3.8.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/pciutils/pciutils-3.8.0.ebuild b/sys-apps/pciutils/pciutils-3.8.0.ebuild index 4d7fb6ed74e8..9cc012fc6893 100644 --- a/sys-apps/pciutils/pciutils-3.8.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.8.0.ebuild @@ -24,7 +24,9 @@ DEPEND="kmod? ( sys-apps/kmod ) !static-libs? ( ${LIB_DEPEND//static-libs([+-]),} )" RDEPEND="${DEPEND} sys-apps/hwdata" +# See bug #847133 re binutils check BDEPEND="sys-apps/which + || ( >=sys-devel/binutils-2.37:* sys-devel/lld sys-devel/native-cctools ) kmod? ( virtual/pkgconfig )" MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )