From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F56415807B for ; Tue, 15 Oct 2024 04:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B059E07C9; Tue, 15 Oct 2024 04:54:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF3FFE07C9 for ; Tue, 15 Oct 2024 04:54:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3795343057 for ; Tue, 15 Oct 2024 04:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1613511DF for ; Tue, 15 Oct 2024 04:54:16 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1728967357.0c1bca413246aae2e3827b0308d26ddfd2c91763.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.14.0.2-r1.ebuild sys-boot/refind/refind-0.14.2-r2.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 0c1bca413246aae2e3827b0308d26ddfd2c91763 X-VCS-Branch: master Date: Tue, 15 Oct 2024 04:54:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47d4849c-7440-4302-91f8-5a1883045859 X-Archives-Hash: 336936338c74d91180f629325e6e369d commit: 0c1bca413246aae2e3827b0308d26ddfd2c91763 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Oct 15 04:40:04 2024 +0000 Commit: Viorel Munteanu gentoo 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 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