diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-01-17 11:24:44 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-01-17 11:26:38 -0600 |
commit | 032c35637efae9b389ff2b1ab99582834f4da0ba (patch) | |
tree | b60ed355f818a7b718e367d36daf8d0418891e4b /net-misc/spice-gtk | |
parent | app-misc/bottlerocket: amd64 stable wrt bug #675224 (diff) | |
download | gentoo-032c35637efae9b389ff2b1ab99582834f4da0ba.tar.gz gentoo-032c35637efae9b389ff2b1ab99582834f4da0ba.tar.bz2 gentoo-032c35637efae9b389ff2b1ab99582834f4da0ba.zip |
net-misc/spice-gtk: fix live ebuild
Closes: https://bugs.gentoo.org/675592
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 6e44cc0b2cb8..12d95b0e44ec 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -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/" |