From 0c1bca413246aae2e3827b0308d26ddfd2c91763 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Tue, 15 Oct 2024 07:40:04 +0300 Subject: 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 --- sys-boot/refind/refind-0.14.0.2-r1.ebuild | 4 ---- sys-boot/refind/refind-0.14.2-r2.ebuild | 4 ---- 2 files changed, 8 deletions(-) (limited to 'sys-boot') 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 -- cgit v1.2.3-65-gdbad