games-puzzle/lightsoff: require vala:0.40 or newer
authorMart Raudsepp <leio@gentoo.org>
Tue, 19 Mar 2019 05:43:23 +0000 (07:43 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 19 Mar 2019 08:41:17 +0000 (10:41 +0200)
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@gentoo.org>
games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
games-puzzle/lightsoff/lightsoff-3.30.0.ebuild

index 9c0fb1be526d44c94c6be7ae154f96a48a373633..4d3bd86e622cdcb8f458cb78bad047e11b704325 100644 (file)
@@ -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
index cfbafcc3f5cf715b2fabbecee6d2300d30e767e5..2fb0cb64a70d271a1db26d7b5e0a2a7b6449434a 100644 (file)
@@ -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"