From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7855D138206 for ; Tue, 26 Apr 2016 12:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10AAFE085C; Tue, 26 Apr 2016 12:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D6CAE07FA for ; Tue, 26 Apr 2016 12:33:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A4C340B9C for ; Tue, 26 Apr 2016 12:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82028188 for ; Tue, 26 Apr 2016 12:33:44 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461674001.eb5de6779f115ba0d875ff72faf8fc65d4c47580.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen/xen-4.6.1-r1.ebuild app-emulation/xen/xen-4.6.1.ebuild X-VCS-Directories: app-emulation/xen/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: eb5de6779f115ba0d875ff72faf8fc65d4c47580 X-VCS-Branch: master Date: Tue, 26 Apr 2016 12:33:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2afd6418-3d1c-45bd-b646-ecfb5241feee X-Archives-Hash: cd94e1060b3c95336c6948d0fc6e1a69 commit: eb5de6779f115ba0d875ff72faf8fc65d4c47580 Author: Ian Delaney gentoo org> AuthorDate: Tue Apr 26 11:15:38 2016 +0000 Commit: Ian Delaney gentoo 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