Skip to content

Commit

Permalink
dev-lips/sbcl: fix broken pax_kernel deps #557212
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
  • Loading branch information
zorry committed Oct 27, 2015
1 parent 4291060 commit 46017f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-lisp/sbcl/sbcl-1.2.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) )"

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 46017f6

Please sign in to comment.