commit:     46017f6450ec2111463e812ec715ecb68eedde99
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 18:58:16 2015 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 18:59:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46017f64

dev-lips/sbcl: fix broken pax_kernel deps #557212

Package-Manager: portage-2.2.23

 dev-lisp/sbcl/sbcl-1.2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/sbcl/sbcl-1.2.16.ebuild b/dev-lisp/sbcl/sbcl-1.2.16.ebuild
index 3ff88d6..ff5148f 100644
--- a/dev-lisp/sbcl/sbcl-1.2.16.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.2.16.ebuild
@@ -43,7 +43,7 @@ IUSE="debug doc source +threads +unicode pax_kernel zlib"
 CDEPEND=">=dev-lisp/asdf-3.1:="
 DEPEND="${CDEPEND}
                doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
-               pax_kernel? ( sys-apps/paxctl sys-apps/elfix )"
+               pax_kernel? ( sys-apps/elfix )"
 RDEPEND="${CDEPEND}
                !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
 
@@ -148,7 +148,7 @@ src_compile() {
 
        strip-unsupported-flags ; filter-flags -fomit-frame-pointer
 
-       if host-is-pax ; then
+       if use pax_kernel ; then
                # To disable PaX on hardened systems
                pax-mark -mr "${bindir}"/src/runtime/sbcl
 

Reply via email to