commit: 4a1812d93b2531712d2293ad3bcd381d3b7d846e
Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Tue Apr 26 04:48:33 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 07:00:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1812d9
app-emulation/xen: remove duplicate sed statements in 4.6.1{,-r1}
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1355
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
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