From 073b2b340900414d85dc19c220c442d5d5c75792 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 29 Jul 2024 07:18:56 +0000 Subject: [PATCH] sys-apps/pciutils: Sync with Gentoo It's from Gentoo commit 12ec26086c33c4f620a9b8a2819b1953c986a8f6. --- .../portage-stable/sys-apps/pciutils/files/conf.d-pciparm | 3 --- .../portage-stable/sys-apps/pciutils/pciutils-3.13.0.ebuild | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/files/conf.d-pciparm b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/files/conf.d-pciparm index f036b15ad2..a1b0876418 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/files/conf.d-pciparm +++ b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/files/conf.d-pciparm @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.13.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.13.0.ebuild index dd3c7a0562..57b9f333b1 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.13.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.13.0.ebuild @@ -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 )"