Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr-gpt/
Date: Sat, 03 Apr 2021 15:44:47
Message-Id: 1617464633.231cad91d038a27d1db11b25ec9caa79b6a1202f.sam@gentoo
1 commit: 231cad91d038a27d1db11b25ec9caa79b6a1202f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:56:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231cad91
7
8 sys-boot/mbr-gpt: fix variable references
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 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
17 index 8df1596c640..b13bcd6d43d 100644
18 --- a/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild
19 +++ b/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -21,7 +21,7 @@ DEPEND=""
27 RDEPEND=""
28
29 # It's a mostly an MBR block and it does use the executable stack.
30 -QA_WX_LOAD="usr/lib/$PN/boot.elf"
31 +QA_WX_LOAD="usr/lib/${PN}/boot.elf"
32 QA_PRESTRIPPED="${QA_WX_LOAD}"
33 QA_FLAGS_IGNORED="${QA_WX_LOAD}"
34
35 @@ -45,9 +45,9 @@ src_compile() {
36 src_install() {
37 # get_libdir is not correct here. We want this to go into a 32-bit library
38 # location.
39 - insinto /usr/lib/$PN
40 + insinto /usr/lib/${PN}
41 doins mbr
42 - exeinto /usr/lib/$PN
43 + exeinto /usr/lib/${PN}
44 exeopts -m 700
45 doexe boot.elf
46 dodoc AUTHORS