Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/
Date: Sun, 01 Jan 2023 14:48:37
Message-Id: 1672584466.2f3b1d549926dbb5234f805428f98fdfd8056118.soap@gentoo
1 commit: 2f3b1d549926dbb5234f805428f98fdfd8056118
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 14:47:46 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 14:47:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3b1d54
7
8 games-board/four-in-a-row: remove stale VALA_MIN_API_VERSION
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild
16 index 1f84a6cb19a0..f48660b1999b 100644
17 --- a/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild
18 +++ b/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -VALA_MIN_API_VERSION="0.44"
26 +
27 inherit gnome.org gnome2-utils meson vala xdg
28
29 DESCRIPTION="Make lines of the same color to win"