sys-apps/pciutils: Sync with Gentoo

It's from Gentoo commit 4d2d7e2cd641d5c8a51780bd5ee4541beef6c60b.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:10:17 +00:00 committed by Krzesimir Nowak
parent 62809ded25
commit d21161cfef
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -30,7 +30,7 @@ RDEPEND="
"
# See bug #847133 re binutils check
BDEPEND="
|| ( >=sys-devel/binutils-2.37:* sys-devel/lld sys-devel/native-cctools )
|| ( >=sys-devel/binutils-2.37:* llvm-core/lld sys-devel/native-cctools )
kmod? ( virtual/pkgconfig )
"

View File

@ -30,7 +30,7 @@ RDEPEND="
"
# See bug #847133 re binutils check
BDEPEND="
|| ( >=sys-devel/binutils-2.37:* sys-devel/lld sys-devel/native-cctools )
|| ( >=sys-devel/binutils-2.37:* llvm-core/lld sys-devel/native-cctools )
kmod? ( virtual/pkgconfig )
"

View File

@ -11,7 +11,7 @@ SRC_URI="https://mj.ucw.cz/download/linux/pci/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="dns +kmod static-libs +udev zlib"
REQUIRED_USE="static-libs? ( !udev )"
@ -30,7 +30,7 @@ RDEPEND="
"
# See bug #847133 re binutils check
BDEPEND="
|| ( >=sys-devel/binutils-2.37:* sys-devel/lld sys-devel/native-cctools )
|| ( >=sys-devel/binutils-2.37:* llvm-core/lld sys-devel/native-cctools )
kmod? ( virtual/pkgconfig )
"