summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 12:13:45 +0200
committerDavid Seifert <soap@gentoo.org>2021-04-16 12:13:45 +0200
commit4108eefcc5e018cdcf5e2795d91776a1fd0f7b29 (patch)
tree7434b85585abebc9a944c2f0b2fa0c39dd3177bc /sys-boot
parentsys-apps/netplug: eutils-- (diff)
downloadgentoo-4108eefcc5e018cdcf5e2795d91776a1fd0f7b29.tar.gz
gentoo-4108eefcc5e018cdcf5e2795d91776a1fd0f7b29.tar.bz2
gentoo-4108eefcc5e018cdcf5e2795d91776a1fd0f7b29.zip
sys-boot/mbr-gpt: eutils--
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 b13bcd6d43d0..294caff68d95 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}"