summaryrefslogtreecommitdiff
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/spice-vdagent
parentdev-lua/luassert: keyworded 1.7.10 for ppc64, bug #651516 (diff)
downloadgentoo-9360f83463b8e15692865aa01c5be541bb654919.tar.gz
gentoo-9360f83463b8e15692865aa01c5be541bb654919.tar.bz2
gentoo-9360f83463b8e15692865aa01c5be541bb654919.zip
app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/spice-vdagent')
-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 48d524aa357e..4a7c49b1c148 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=()