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>
This commit is contained in:
Viorel Munteanu
2024-10-15 07:40:04 +03:00
parent 1228ce0c5b
commit 0c1bca4132
2 changed files with 0 additions and 8 deletions

View File

@@ -41,10 +41,6 @@ checktools() {
fi
}
pkg_pretend() {
checktools
}
pkg_setup() {
if use x86; then
export EFIARCH=ia32

View File

@@ -47,10 +47,6 @@ checktools() {
fi
}
pkg_pretend() {
checktools
}
pkg_setup() {
if use x86; then
export EFIARCH=ia32