summaryrefslogtreecommitdiff
path: root/sys-boot/mbr-gpt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-boot/mbr-gpt
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-boot/mbr-gpt')
-rw-r--r--sys-boot/mbr-gpt/Manifest2
-rw-r--r--sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-boot/mbr-gpt/Manifest b/sys-boot/mbr-gpt/Manifest
index f2deeaa3dd1d..9ba97165d495 100644
--- a/sys-boot/mbr-gpt/Manifest
+++ b/sys-boot/mbr-gpt/Manifest
@@ -1,3 +1,3 @@
DIST mbr-gpt_0.0.1.tar.gz 15861 BLAKE2B 00c6741fa5543af435cee97132510126d0301db2fb50712d438703165507125b4981844cb4a841b11bad075af5effb746fd3aa04e6834fb051536b250c01f7ad SHA512 eaabd84fc749ddee8fa40632ad49e15e894bf35a881fb7c35ba22796c2459a886e9bda601595e58d29567ff26959ae2befe6aec5db397d15e1dc5a292dafe165
-EBUILD mbr-gpt-0.0.1-r1.ebuild 1733 BLAKE2B f5586183f76e427d2aa662dfb3b9770fd91898b6827b008a8f349f0e5187597f8bf0b0b429ca78f35996b4df11221a6452e76e1a324ec8387109052ff59badf8 SHA512 9769027d2b3e14c424ba0355333e62e905ec84836155c062b8a7baa45201e61556f3526799a38d64958158d0586eb3e5f62132b819d5fdb995edbb7a7765ead8
+EBUILD mbr-gpt-0.0.1-r1.ebuild 1732 BLAKE2B 7d70ef486c3ff3ae3f37112df599377e287fa34e463ef0d89935aa6e6a9ef43f824de1b5246b024d0fbffa633b670af6a516cc9675c65e37331899c95aecb441 SHA512 3d84928160657a83270e7ec206d9bfa87d209b3899ab99753115212d9c6e5266ff0dd179432239c2e47422cb6f1c65177d061587957d878a6dbeebbf6e4ee1a7
MISC metadata.xml 665 BLAKE2B ad75295ccf49280adce38241b7d2b09ea5461e9aafaa63f6e33eaa35b4639f91535b9ebd4212e91f832020e38ed8f638e03dc6629c6d74490548866b9d58a497 SHA512 b2b28b150ab2f6a983b82216b6d900e2a2893872092dfb8e2e608899c76e182cd581528311e0135177e60b576bca3f9923bd7eb0e54d9d7a8a434b4c87fa6883
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 8df1596c6403..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
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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}"
@@ -21,7 +21,7 @@ DEPEND=""
RDEPEND=""
# It's a mostly an MBR block and it does use the executable stack.
-QA_WX_LOAD="usr/lib/$PN/boot.elf"
+QA_WX_LOAD="usr/lib/${PN}/boot.elf"
QA_PRESTRIPPED="${QA_WX_LOAD}"
QA_FLAGS_IGNORED="${QA_WX_LOAD}"
@@ -45,9 +45,9 @@ src_compile() {
src_install() {
# get_libdir is not correct here. We want this to go into a 32-bit library
# location.
- insinto /usr/lib/$PN
+ insinto /usr/lib/${PN}
doins mbr
- exeinto /usr/lib/$PN
+ exeinto /usr/lib/${PN}
exeopts -m 700
doexe boot.elf
dodoc AUTHORS