summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-03-27 09:40:02 +0200
committerJeroen Roovers <jer@gentoo.org>2018-03-27 09:42:06 +0200
commit9360f83463b8e15692865aa01c5be541bb654919 (patch)
treecda4036df32b0879a1246218125ee2c0a9da70f1 /app-emulation
parent2998045586d7799c9cb2e4144bf3fdca90b13d70 (diff)
downloadgentoo-9360f83463b8e15692865aa01c5be541bb654919.tar.gz
gentoo-9360f83463b8e15692865aa01c5be541bb654919.tar.xz
app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild9
1 files 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=()