diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 15:47:46 +0100 |
commit | 2f3b1d549926dbb5234f805428f98fdfd8056118 (patch) | |
tree | 95a7e33fe7799a2cf3346355a0adcc0e31fbe2ee /games-board | |
parent | dev-libs/libdbusmenu: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-2f3b1d549926dbb5234f805428f98fdfd8056118.tar.gz gentoo-2f3b1d549926dbb5234f805428f98fdfd8056118.tar.bz2 gentoo-2f3b1d549926dbb5234f805428f98fdfd8056118.zip |
games-board/four-in-a-row: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 1f84a6cb19a0..f48660b1999b 100644 --- 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VALA_MIN_API_VERSION="0.44" + inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Make lines of the same color to win" |