commit: eb5de6779f115ba0d875ff72faf8fc65d4c47580
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 11:15:38 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 12:33:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5de677
app-emulation/xen: remove duplicates accidentally copied
set in versions 4.6.1{,-r1}
Package-Manager: portage-2.2.28
app-emulation/xen/xen-4.6.1-r1.ebuild | 3 ---
app-emulation/xen/xen-4.6.1.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/app-emulation/xen/xen-4.6.1-r1.ebuild
b/app-emulation/xen/xen-4.6.1-r1.ebuild
index ca75876..ce56970 100644
--- a/app-emulation/xen/xen-4.6.1-r1.ebuild
+++ b/app-emulation/xen/xen-4.6.1-r1.ebuild
@@ -146,9 +146,6 @@ src_prepare() {
sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to
re-set setup.py"
# Bug #575868 converted to a sed statement, typo of one char
- sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
-
- # Bug #575868 converted to a sed statement, typo of one char
sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h ||
die
epatch_user
diff --git a/app-emulation/xen/xen-4.6.1.ebuild
b/app-emulation/xen/xen-4.6.1.ebuild
index 240b96e..6277f0c 100644
--- a/app-emulation/xen/xen-4.6.1.ebuild
+++ b/app-emulation/xen/xen-4.6.1.ebuild
@@ -147,9 +147,6 @@ src_prepare() {
sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to
re-set setup.py"
# Bug #575868 converted to a sed statement, typo of one char
- sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
-
- # Bug #575868 converted to a sed statement, typo of one char
sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h ||
die
epatch_user