diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-10-15 07:40:04 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-10-15 07:42:37 +0300 |
commit | 0c1bca413246aae2e3827b0308d26ddfd2c91763 (patch) | |
tree | 46dab5f792ec74f1b9a507b8e6df0c4037f12d3a /sys-boot | |
parent | sys-boot/gnu-efi: fix building on llvm profile (diff) | |
download | gentoo-0c1bca413246aae2e3827b0308d26ddfd2c91763.tar.gz gentoo-0c1bca413246aae2e3827b0308d26ddfd2c91763.tar.bz2 gentoo-0c1bca413246aae2e3827b0308d26ddfd2c91763.zip |
sys-boot/refind: remove bogus check
pkg_pretend was checking for a dependency from BDEPEND. The same check
is in pkg_setup.
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/refind/refind-0.14.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/refind/refind-0.14.2-r2.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys-boot/refind/refind-0.14.0.2-r1.ebuild b/sys-boot/refind/refind-0.14.0.2-r1.ebuild index 9923ce1ba58a..69986ba4d2bf 100644 --- a/sys-boot/refind/refind-0.14.0.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.0.2-r1.ebuild @@ -41,10 +41,6 @@ checktools() { fi } -pkg_pretend() { - checktools -} - pkg_setup() { if use x86; then export EFIARCH=ia32 diff --git a/sys-boot/refind/refind-0.14.2-r2.ebuild b/sys-boot/refind/refind-0.14.2-r2.ebuild index 1ad48b3b6088..9897b9108ce3 100644 --- a/sys-boot/refind/refind-0.14.2-r2.ebuild +++ b/sys-boot/refind/refind-0.14.2-r2.ebuild @@ -47,10 +47,6 @@ checktools() { fi } -pkg_pretend() { - checktools -} - pkg_setup() { if use x86; then export EFIARCH=ia32 |