From c615f55314158280989bafd90baaeacfd996bf26 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 19 Mar 2019 07:43:23 +0200 Subject: games-puzzle/lightsoff: require vala:0.40 or newer Fails compilation with at least 0.36; probably needs this change from 0.39.1: "Allow unscoped enum values where possible" Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 2 +- games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'games-puzzle') diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild index 9c0fb1be526d..4d3bd86e622c 100644 --- a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild +++ b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild index cfbafcc3f5cf..2fb0cb64a70d 100644 --- a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild +++ b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils meson xdg vala DESCRIPTION="Turn off all the lights" -- cgit v1.2.3-65-gdbad