summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-11-28 19:21:12 -0500
committerAnthony G. Basile <blueness@gentoo.org>2011-11-28 19:21:12 -0500
commitf4d0da5dcaf12e4b9a70c1d2528becf649b1de61 (patch)
treef8d1da87213bcf686fb860b307312a48e2982615
parentsys-boot/grub: fixed path to grub (diff)
downloadhardened-dev-f4d0da5dcaf12e4b9a70c1d2528becf649b1de61.tar.gz
hardened-dev-f4d0da5dcaf12e4b9a70c1d2528becf649b1de61.tar.bz2
hardened-dev-f4d0da5dcaf12e4b9a70c1d2528becf649b1de61.zip
eclass/pax-utils.eclass: RDEPEND on =sys-apps/elfix-0.3.2
-rw-r--r--HOWTO.txt2
-rw-r--r--eclass/pax-utils.eclass2
2 files changed, 3 insertions, 1 deletions
diff --git a/HOWTO.txt b/HOWTO.txt
index b88816e1..9edc600f 100644
--- a/HOWTO.txt
+++ b/HOWTO.txt
@@ -64,7 +64,7 @@ what our hacked up grub does in the next step.
emerge =sys-devel/binutils-2.21.1-r2 \ # these are unmasked, so emerge
=sys-kernel/xtpax-sources-3.1.1 \
=sys-apps/elfix-0.3.2 \
- =sys-boot/grub-0.97-r11 \
+ =sys-boot/grub-0.97-r11
source /etc/profile # for binutils, if we keep using
# the same shell
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index 2ddbf9fa..216b89aa 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -34,6 +34,8 @@
inherit eutils
+RDEPEND="=sys-apps/elfix-0.3.2"
+
# Default to XT markings.
PAX_MARKINGS=${PAX_MARKINGS:="XT"}