From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7E651396DB for ; Tue, 17 Oct 2017 07:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E286BE0E56; Tue, 17 Oct 2017 07:25:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4BE4E0E4B for ; Tue, 17 Oct 2017 07:25:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7832D33BF43 for ; Tue, 17 Oct 2017 07:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16724807 for ; Tue, 17 Oct 2017 07:24:58 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1508225071.594f4b33b3083991a6da556f814e17fda9a4f1f9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 594f4b33b3083991a6da556f814e17fda9a4f1f9 X-VCS-Branch: master Date: Tue, 17 Oct 2017 07:24:58 +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: 20c8d509-47a7-4407-adb0-8e755bae65f9 X-Archives-Hash: 32c0d987a794a973ac8ea5bbb2af3290 commit: 594f4b33b3083991a6da556f814e17fda9a4f1f9 Author: Tomas Mozes sygic com> AuthorDate: Mon Oct 16 12:30:49 2017 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Oct 17 07:24:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594f4b33 app-emulation/xen-tools: fix bashism Closes: https://github.com/gentoo/gentoo/pull/5962 Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild index 235f97cb493..1aac5f357a3 100644 --- a/app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.8.2-r2.ebuild @@ -324,6 +324,10 @@ src_prepare() { sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ -i tools/hotplug/Linux/init.d/xencommons.in || die + # fix bashishm + sed -e '/Usage/s/\$//g' \ + -i tools/hotplug/Linux/init.d/xendriverdomain.in || die + # respect multilib, usr/lib/libcacard.so.0.0.0 sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \ -i tools/qemu-xen/configure || die