Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Thu, 17 Jan 2019 17:26:50
Message-Id: 1547745998.032c35637efae9b389ff2b1ab99582834f4da0ba.tamiko@gentoo
1 commit: 032c35637efae9b389ff2b1ab99582834f4da0ba
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 17:24:44 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 17:26:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c3563
7
8 net-misc/spice-gtk: fix live ebuild
9
10 Closes: https://bugs.gentoo.org/675592
11 Package-Manager: Portage-2.3.55, Repoman-2.3.12
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 net-misc/spice-gtk/spice-gtk-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
18 index 6e44cc0b2cb..12d95b0e44e 100644
19 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
20 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
21 @@ -1,12 +1,13 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 GCONF_DEBUG="no"
28 +WANT_AUTOMAKE="1.12"
29 VALA_MIN_API_VERSION="0.14"
30 VALA_USE_DEPEND="vapigen"
31
32 -inherit autotools eutils xdg-utils vala readme.gentoo-r1
33 +inherit autotools eutils git-r3 readme.gentoo-r1 vala xdg-utils
34
35 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI"
36 HOMEPAGE="https://www.spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/"