net-misc/spice-gtk: fix live ebuild
authorMatthias Maier <tamiko@gentoo.org>
Thu, 17 Jan 2019 17:24:44 +0000 (11:24 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Thu, 17 Jan 2019 17:26:38 +0000 (11:26 -0600)
Closes: https://bugs.gentoo.org/675592
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
net-misc/spice-gtk/spice-gtk-9999.ebuild

index 6e44cc0b2cb8f1b2aa45d283f138587e87f4102e..12d95b0e44ec3a84f28905f930cec0a66ebcba9f 100644 (file)
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 GCONF_DEBUG="no"
+WANT_AUTOMAKE="1.12"
 VALA_MIN_API_VERSION="0.14"
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools eutils xdg-utils vala readme.gentoo-r1
+inherit autotools eutils git-r3 readme.gentoo-r1 vala xdg-utils
 
 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI"
 HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/"