diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-07-03 21:17:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-07-03 21:17:10 +0000 |
commit | c7669924cc37374d5bab9d31575b4c080f66d124 (patch) | |
tree | c869460f9aab9151587efe5a7d872cb7bb5b8e46 /eclass/pax-utils.eclass | |
parent | Version bump, deps cleaned (gtk1 dep removed hence gtk gui support), patches ... (diff) | |
download | historical-c7669924cc37374d5bab9d31575b4c080f66d124.tar.gz historical-c7669924cc37374d5bab9d31575b4c080f66d124.tar.bz2 historical-c7669924cc37374d5bab9d31575b4c080f66d124.zip |
Reverted last change
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r-- | eclass/pax-utils.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index 87f997fa3d52..6489fbf7b1f5 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.12 2011/07/02 17:03:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.13 2011/07/03 21:17:10 blueness Exp $ # @ECLASS: pax-utils.eclass # @MAINTAINER: @@ -25,11 +25,6 @@ inherit eutils -IUSE="hardened" - -DEPEND="hardened? ( app-misc/pax-utils - sys-apps/paxctl )" - # Default to PT markings. PAX_MARKINGS=${PAX_MARKINGS:="PT"} @@ -56,10 +51,6 @@ PAX_MARKINGS=${PAX_MARKINGS:="PT"} # Either ask on the gentoo-hardened mailing list, or CC/assign hardened@g.o on # the bug report. pax-mark() { - # It doesn't make sense to pax-mark on non-hardened systems - # so we'll just do nothing. - use hardened || return 0; - local f flags fail=0 failures="" zero_load_alignment # Ignore '-' characters - in particular so that it doesn't matter if # the caller prefixes with - |