Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/
Date: Tue, 04 May 2021 08:41:21
Message-Id: 1620117667.b884397de3b3c14432d872af056f0b85d896de91.andrewammerlaan@gentoo
1 commit: b884397de3b3c14432d872af056f0b85d896de91
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue May 4 08:41:07 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue May 4 08:41:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b884397d
7
8 games-util/gamehub: bump min vala version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 games-util/gamehub/gamehub-0.16.0.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild
17 index 86a4856e2..65543a126 100644
18 --- a/games-util/gamehub/gamehub-0.16.0.1.ebuild
19 +++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild
20 @@ -1,8 +1,10 @@
21 -# Copyright 2020 Gentoo Authors
22 +# Copyright 2020-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 +VALA_MIN_API_VERSION="0.44"
28 +
29 inherit gnome2-utils meson vala xdg
30
31 DESCRIPTION="GameHub is a unified library for all your games"