commit:     0c1bca413246aae2e3827b0308d26ddfd2c91763
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 04:40:04 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 04:42:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1bca41

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 <AT> gentoo.org>

 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(-)

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

Reply via email to