commit: 9360f83463b8e15692865aa01c5be541bb654919
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 07:40:02 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 07:42:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9360f834
app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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
index 48d524aa357..4a7c49b1c14 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit linux-info
+inherit autotools linux-info
MY_P="${P/_*/}"
PATCHSET="${P/*_p/}"
@@ -40,7 +40,12 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support
(VIRTIO_CONSOLE) is r
PATCHES=(
"${WORKDIR}"/patches
- )
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
src_configure() {
local opt=()