mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -41,10 +41,6 @@ checktools() {
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_pretend() {
|
||||
checktools
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
if use x86; then
|
||||
export EFIARCH=ia32
|
||||
|
||||
@@ -47,10 +47,6 @@ checktools() {
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_pretend() {
|
||||
checktools
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
if use x86; then
|
||||
export EFIARCH=ia32
|
||||
|
||||
Reference in New Issue
Block a user