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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C2A81382C5 for ; Wed, 17 Mar 2021 14:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60663E0877; Wed, 17 Mar 2021 14:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B710E0877 for ; Wed, 17 Mar 2021 14:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2969933BE3E for ; Wed, 17 Mar 2021 14:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D8104F1 for ; Wed, 17 Mar 2021 14:49:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1615991893.44d09884fd64253e9bb1aeeca5114391cb480eef.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.06_rc1.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 44d09884fd64253e9bb1aeeca5114391cb480eef X-VCS-Branch: master Date: Wed, 17 Mar 2021 14:49:09 +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: f5d1f028-6b84-48c0-9698-d7c85d331f38 X-Archives-Hash: 9e5f8be35bc8df36354ad119af54eefc commit: 44d09884fd64253e9bb1aeeca5114391cb480eef Author: Mike Gilbert gentoo org> AuthorDate: Wed Mar 17 14:38:13 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Mar 17 14:38:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d09884 sys-boot/grub: stub-out pkg_setup Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/grub-2.06_rc1.ebuild | 4 ++++ sys-boot/grub/grub-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild b/sys-boot/grub/grub-2.06_rc1.ebuild index bae070420bf..39eb0acc06c 100644 --- a/sys-boot/grub/grub-2.06_rc1.ebuild +++ b/sys-boot/grub/grub-2.06_rc1.ebuild @@ -122,6 +122,10 @@ QA_PRESTRIPPED="usr/lib/grub/.*" QA_MULTILIB_PATHS="usr/lib/grub/.*" QA_WX_LOAD="usr/lib/grub/*" +pkg_setup() { + : +} + src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index bae070420bf..39eb0acc06c 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -122,6 +122,10 @@ QA_PRESTRIPPED="usr/lib/grub/.*" QA_MULTILIB_PATHS="usr/lib/grub/.*" QA_WX_LOAD="usr/lib/grub/*" +pkg_setup() { + : +} + src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack