Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:XT_PAX commit in: /, eclass/
Date: Tue, 29 Nov 2011 00:21:32
Message-Id: f4d0da5dcaf12e4b9a70c1d2528becf649b1de61.blueness@gentoo
1 commit: f4d0da5dcaf12e4b9a70c1d2528becf649b1de61
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 00:21:12 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 00:21:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f4d0da5d
7
8 eclass/pax-utils.eclass: RDEPEND on =sys-apps/elfix-0.3.2
9
10 ---
11 HOWTO.txt | 2 +-
12 eclass/pax-utils.eclass | 2 ++
13 2 files changed, 3 insertions(+), 1 deletions(-)
14
15 diff --git a/HOWTO.txt b/HOWTO.txt
16 index b88816e..9edc600 100644
17 --- a/HOWTO.txt
18 +++ b/HOWTO.txt
19 @@ -64,7 +64,7 @@ what our hacked up grub does in the next step.
20 emerge =sys-devel/binutils-2.21.1-r2 \ # these are unmasked, so emerge
21 =sys-kernel/xtpax-sources-3.1.1 \
22 =sys-apps/elfix-0.3.2 \
23 - =sys-boot/grub-0.97-r11 \
24 + =sys-boot/grub-0.97-r11
25
26 source /etc/profile # for binutils, if we keep using
27 # the same shell
28
29 diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
30 index 2ddbf9f..216b89a 100644
31 --- a/eclass/pax-utils.eclass
32 +++ b/eclass/pax-utils.eclass
33 @@ -34,6 +34,8 @@
34
35 inherit eutils
36
37 +RDEPEND="=sys-apps/elfix-0.3.2"
38 +
39 # Default to XT markings.
40 PAX_MARKINGS=${PAX_MARKINGS:="XT"}