app-emulation/xen: remove duplicate sed statements in 4.6.1{,-r1}
authorGöktürk Yüksek <gokturk@binghamton.edu>
Tue, 26 Apr 2016 04:48:33 +0000 (00:48 -0400)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Apr 2016 07:00:35 +0000 (07:00 +0000)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1355

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-emulation/xen/xen-4.6.1-r1.ebuild
app-emulation/xen/xen-4.6.1.ebuild

index ca758764537385b8b9466da0c5d5b4b5ce07e8db..ce5697069c60a03ab40a2e531ebc039c3fc8b9d9 100644 (file)
@@ -145,9 +145,6 @@ src_prepare() {
        # not strictly necessary to fix this
        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
 
index 240b96e906b5c1844ff3ca3499093c9ad4254a0c..6277f0ca75e0174c8856f3cd480a2330f6d81ada 100644 (file)
@@ -146,9 +146,6 @@ src_prepare() {
        # not strictly necessary to fix this
        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