app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
authorJeroen Roovers <jer@gentoo.org>
Tue, 27 Mar 2018 07:40:02 +0000 (09:40 +0200)
committerJeroen Roovers <jer@gentoo.org>
Tue, 27 Mar 2018 07:42:06 +0000 (09:42 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild

index 48d524aa357eba43e27ff0b6570c5cd2ec067e0b..4a7c49b1c148e4722215a71e044d7148cdb2968f 100644 (file)
@@ -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=()