diff options
author | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-04-26 00:48:33 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-26 07:00:35 +0000 |
commit | 4a1812d93b2531712d2293ad3bcd381d3b7d846e (patch) | |
tree | 7bd9653b42027b9c9dcc03abfaae44513d412b4e /app-emulation | |
parent | media-video/mpv: revbump to 0.17.0-r2 to make users aware of mpv-bash-completion (diff) | |
download | gentoo-4a1812d93b2531712d2293ad3bcd381d3b7d846e.tar.gz gentoo-4a1812d93b2531712d2293ad3bcd381d3b7d846e.tar.bz2 gentoo-4a1812d93b2531712d2293ad3bcd381d3b7d846e.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.6.1-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.6.1.ebuild | 3 |
2 files changed, 0 insertions, 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 ca7587645373..ce5697069c60 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 240b96e906b5..6277f0ca75e0 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 |