commit: f732fbdd6ab148b548dce077f8581695735484d5
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 19:06:23 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 19:08:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f732fbdd
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 4e09e1aca5f..2088438d8e5 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 5e9a34ada3b..c208a1d924b 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