commit: c615f55314158280989bafd90baaeacfd996bf26 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 05:43:23 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 08:41:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c615f553
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 <leio <AT> gentoo.org> 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(-) diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild index 9c0fb1be526..4d3bd86e622 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 cfbafcc3f5c..2fb0cb64a70 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"
