diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.10.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.10.0.ebuild index 68a7042874..8fcbb5866f 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.10.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.10.0.ebuild @@ -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 ) " diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.12.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.12.0.ebuild index e287f80eac..8fcbb5866f 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.12.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/pciutils/pciutils-3.12.0.ebuild @@ -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 ) " 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 1267422df4..8fcbb5866f 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 ~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 ) "