From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1012778-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D1F52138331
	for <garchives@archives.gentoo.org>; Tue, 27 Mar 2018 07:42:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CACB0E09E3;
	Tue, 27 Mar 2018 07:42:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A08A6E09E3
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 07:42:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6AE0D335C36
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 07:42:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4009825C
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 07:42:11 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1522136526.9360f83463b8e15692865aa01c5be541bb654919.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
X-VCS-Directories: app-emulation/spice-vdagent/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 9360f83463b8e15692865aa01c5be541bb654919
X-VCS-Branch: master
Date: Tue, 27 Mar 2018 07:42:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7c76148a-0fb8-4a7a-8dfa-fca6e162f90b
X-Archives-Hash: a89887ae06c5a74eeef91beeedc0e1dc

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=()