Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/
Date: Tue, 27 Mar 2018 07:42:15
Message-Id: 1522136526.9360f83463b8e15692865aa01c5be541bb654919.jer@gentoo
1 commit: 9360f83463b8e15692865aa01c5be541bb654919
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 07:40:02 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 07:42:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9360f834
7
8 app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
16 index 48d524aa357..4a7c49b1c14 100644
17 --- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
18 +++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit linux-info
24 +inherit autotools linux-info
25
26 MY_P="${P/_*/}"
27 PATCHSET="${P/*_p/}"
28 @@ -40,7 +40,12 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r
29
30 PATCHES=(
31 "${WORKDIR}"/patches
32 - )
33 +)
34 +
35 +src_prepare() {
36 + default
37 + eautoreconf
38 +}
39
40 src_configure() {
41 local opt=()