From f732fbdd6ab148b548dce077f8581695735484d5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 9 Mar 2017 13:06:23 -0600 Subject: [PATCH] app-emulation/qemu: use pax-mark "mr" instead of pax-mark "m", bug #575594 Package-Manager: Portage-2.3.3, Repoman-2.3.2 --- app-emulation/qemu/qemu-2.8.0-r7.ebuild | 2 +- app-emulation/qemu/qemu-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/qemu/qemu-2.8.0-r7.ebuild b/app-emulation/qemu/qemu-2.8.0-r7.ebuild index 4e09e1aca5f5..2088438d8e58 100644 --- a/app-emulation/qemu/qemu-2.8.0-r7.ebuild +++ b/app-emulation/qemu/qemu-2.8.0-r7.ebuild @@ -678,7 +678,7 @@ src_install() { # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 pushd "${ED}"/usr/bin >/dev/null - pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}" + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 popd >/dev/null # Install config file example for qemu-bridge-helper diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 5e9a34ada3b0..c208a1d924bb 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -657,7 +657,7 @@ src_install() { # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 pushd "${ED}"/usr/bin >/dev/null - pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}" + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 popd >/dev/null # Install config file example for qemu-bridge-helper -- 2.26.2