Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Thu, 09 Mar 2017 19:08:31
Message-Id: 1489086501.f732fbdd6ab148b548dce077f8581695735484d5.tamiko@gentoo
1 commit: f732fbdd6ab148b548dce077f8581695735484d5
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 19:06:23 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 19:08:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f732fbdd
7
8 app-emulation/qemu: use pax-mark "mr" instead of pax-mark "m", bug #575594
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.2
11
12 app-emulation/qemu/qemu-2.8.0-r7.ebuild | 2 +-
13 app-emulation/qemu/qemu-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qemu/qemu-2.8.0-r7.ebuild b/app-emulation/qemu/qemu-2.8.0-r7.ebuild
17 index 4e09e1aca5f..2088438d8e5 100644
18 --- a/app-emulation/qemu/qemu-2.8.0-r7.ebuild
19 +++ b/app-emulation/qemu/qemu-2.8.0-r7.ebuild
20 @@ -678,7 +678,7 @@ src_install() {
21
22 # Disable mprotect on the qemu binaries as they use JITs to be fast #459348
23 pushd "${ED}"/usr/bin >/dev/null
24 - pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}"
25 + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594
26 popd >/dev/null
27
28 # Install config file example for qemu-bridge-helper
29
30 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
31 index 5e9a34ada3b..c208a1d924b 100644
32 --- a/app-emulation/qemu/qemu-9999.ebuild
33 +++ b/app-emulation/qemu/qemu-9999.ebuild
34 @@ -657,7 +657,7 @@ src_install() {
35
36 # Disable mprotect on the qemu binaries as they use JITs to be fast #459348
37 pushd "${ED}"/usr/bin >/dev/null
38 - pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}"
39 + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594
40 popd >/dev/null
41
42 # Install config file example for qemu-bridge-helper