diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-16.ebuild | 7 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-17.ebuild | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-boot/efibootmgr/efibootmgr-16.ebuild b/sys-boot/efibootmgr/efibootmgr-16.ebuild index 35c97346021d..d16655fc906e 100644 --- a/sys-boot/efibootmgr/efibootmgr-16.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,10 @@ IUSE="" RDEPEND="sys-apps/pciutils >=sys-libs/efivar-25:=" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" src_prepare() { default diff --git a/sys-boot/efibootmgr/efibootmgr-17.ebuild b/sys-boot/efibootmgr/efibootmgr-17.ebuild index a6d695bcfe73..73e20c997bb1 100644 --- a/sys-boot/efibootmgr/efibootmgr-17.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-17.ebuild @@ -18,6 +18,7 @@ RDEPEND=" >=sys-libs/efivar-37:= " DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-fix-efivar-37-conflict.patch" |