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 78E7A1382C5 for ; Fri, 16 Apr 2021 10:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37BFFE085B; Fri, 16 Apr 2021 10:25:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1A9B7E085A for ; Fri, 16 Apr 2021 10:25:21 +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 20CAA335D79 for ; Fri, 16 Apr 2021 10:25:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50F56732 for ; Fri, 16 Apr 2021 10:25:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1618568025.4108eefcc5e018cdcf5e2795d91776a1fd0f7b29.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr-gpt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild X-VCS-Directories: sys-boot/mbr-gpt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4108eefcc5e018cdcf5e2795d91776a1fd0f7b29 X-VCS-Branch: master Date: Fri, 16 Apr 2021 10:25: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: 2d45f527-3cbf-4aa9-b9e5-1826527c4bf5 X-Archives-Hash: 8d522fc83d31aeabf1d14b7af8b9826f commit: 4108eefcc5e018cdcf5e2795d91776a1fd0f7b29 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 10:13:45 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 16 10:13:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4108eefc sys-boot/mbr-gpt: eutils-- Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild b/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild index b13bcd6d43d..294caff68d9 100644 --- a/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild +++ b/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="An MBR that can handle BIOS-based boot on GPT" MY_P="${PN}_${PV}"