sys-apps/pciutils: Sync with Gentoo

It's from Gentoo commit 12ec26086c33c4f620a9b8a2819b1953c986a8f6.
This commit is contained in:
Flatcar Buildbot 2024-07-29 07:18:56 +00:00 committed by Krzesimir Nowak
parent 0a402c17fa
commit 073b2b3409
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# PCI tweaking article:
# http://www.gentoo.org/doc/en/articles/hardware-stability-p2.xml
#
# Apply to all devices:
# PCIPARM_ALL="...."
# Cards also can be addressed by vid:pid or by bus:slot.func

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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 )"