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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9973158094 for ; Fri, 23 Sep 2022 00:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C2FDE0B72; Fri, 23 Sep 2022 00:42:48 +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 E76FAE0B72 for ; Fri, 23 Sep 2022 00:42:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB60340FAC for ; Fri, 23 Sep 2022 00:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303635E9 for ; Fri, 23 Sep 2022 00:42:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663893689.df3f904316d94a463799adc3b240147cdbe9fa8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/efibootmgr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/efibootmgr/efibootmgr-17-r1.ebuild sys-boot/efibootmgr/efibootmgr-17.ebuild sys-boot/efibootmgr/efibootmgr-18-r1.ebuild sys-boot/efibootmgr/efibootmgr-18.ebuild X-VCS-Directories: sys-boot/efibootmgr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df3f904316d94a463799adc3b240147cdbe9fa8e X-VCS-Branch: master Date: Fri, 23 Sep 2022 00:42:44 +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: af1da4dd-5fd4-4471-a302-07882339dc76 X-Archives-Hash: a93bb68f5a6a16d34a84b830fb062795 commit: df3f904316d94a463799adc3b240147cdbe9fa8e Author: Sam James gentoo org> AuthorDate: Fri Sep 23 00:41:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 23 00:41:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3f9043 sys-boot/efibootmgr: add missing dev-libs/popt dep Signed-off-by: Sam James gentoo.org> sys-boot/efibootmgr/{efibootmgr-17.ebuild => efibootmgr-17-r1.ebuild} | 1 + sys-boot/efibootmgr/{efibootmgr-18.ebuild => efibootmgr-18-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-boot/efibootmgr/efibootmgr-17.ebuild b/sys-boot/efibootmgr/efibootmgr-17-r1.ebuild similarity index 98% rename from sys-boot/efibootmgr/efibootmgr-17.ebuild rename to sys-boot/efibootmgr/efibootmgr-17-r1.ebuild index 416014829fed..4867892f28f8 100644 --- a/sys-boot/efibootmgr/efibootmgr-17.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-17-r1.ebuild @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~riscv x86" RDEPEND=" + dev-libs/popt sys-apps/pciutils >=sys-libs/efivar-37:= " diff --git a/sys-boot/efibootmgr/efibootmgr-18.ebuild b/sys-boot/efibootmgr/efibootmgr-18-r1.ebuild similarity index 97% rename from sys-boot/efibootmgr/efibootmgr-18.ebuild rename to sys-boot/efibootmgr/efibootmgr-18-r1.ebuild index e2fdcd543553..05dc26fb19e5 100644 --- a/sys-boot/efibootmgr/efibootmgr-18.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-18-r1.ebuild @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~riscv x86" RDEPEND=" + dev-libs/popt sys-apps/pciutils >=sys-libs/efivar-37:= "