diff options
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 |