Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
Date: Tue, 26 Apr 2016 08:01:32
Message-Id: 1461656802.9c66087101b4f6f262dd37b94043f55fa2511cd9.monsieurp@gentoo
1 commit: 9c66087101b4f6f262dd37b94043f55fa2511cd9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 07:46:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 07:46:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c660871
7
8 app-emulation/xen: Revert 4a1812d93b2531712d2293ad3bcd381d3b7d846e.
9
10 Package-Manager: portage-2.2.26
11
12 app-emulation/xen/xen-4.6.1-r1.ebuild | 3 +++
13 app-emulation/xen/xen-4.6.1.ebuild | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/app-emulation/xen/xen-4.6.1-r1.ebuild b/app-emulation/xen/xen-4.6.1-r1.ebuild
17 index ce56970..ca75876 100644
18 --- a/app-emulation/xen/xen-4.6.1-r1.ebuild
19 +++ b/app-emulation/xen/xen-4.6.1-r1.ebuild
20 @@ -146,6 +146,9 @@ src_prepare() {
21 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
22
23 # Bug #575868 converted to a sed statement, typo of one char
24 + sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
25 +
26 + # Bug #575868 converted to a sed statement, typo of one char
27 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
28
29 epatch_user
30
31 diff --git a/app-emulation/xen/xen-4.6.1.ebuild b/app-emulation/xen/xen-4.6.1.ebuild
32 index 6277f0c..240b96e 100644
33 --- a/app-emulation/xen/xen-4.6.1.ebuild
34 +++ b/app-emulation/xen/xen-4.6.1.ebuild
35 @@ -147,6 +147,9 @@ src_prepare() {
36 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
37
38 # Bug #575868 converted to a sed statement, typo of one char
39 + sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
40 +
41 + # Bug #575868 converted to a sed statement, typo of one char
42 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
43
44 epatch_user