Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Sat, 19 Jan 2019 03:22:30
Message-Id: 1547863034.61c127049d82e2d11f8b9fbc54123c90619e0aed.whissi@gentoo
1 commit: 61c127049d82e2d11f8b9fbc54123c90619e0aed
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 9 15:00:14 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 01:57:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c12704
7
8 app-emulation/xen-tools: disable capstone
9
10 Closes: https://bugs.gentoo.org/673474
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 6 +++++-
16 1 file changed, 5 insertions(+), 1 deletion(-)
17
18 diff --git a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
19 index 7974e45297c..fe149384f1b 100644
20 --- a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
21 +++ b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -334,6 +334,10 @@ src_prepare() {
29 -e 's:^#vif.default.script=:vif.default.script=:' \
30 -i tools/examples/xl.conf || die
31
32 + # disable capstone (Bug #673474)
33 + sed -e "s:\$\$source/configure:\0 --disable-capstone:" \
34 + -i tools/Makefile || die
35 +
36 default
37 }