diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-19 07:43:23 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-19 10:41:17 +0200 |
commit | c615f55314158280989bafd90baaeacfd996bf26 (patch) | |
tree | 2fafa0b8d0445ff06a6d99710e1f62c90bf8c048 /games-puzzle | |
parent | games-board/gnome-chess-3.30.1: vala:0.40 or newer needed (diff) | |
download | gentoo-c615f55314158280989bafd90baaeacfd996bf26.tar.gz gentoo-c615f55314158280989bafd90baaeacfd996bf26.tar.bz2 gentoo-c615f55314158280989bafd90baaeacfd996bf26.zip |
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@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 2 | ||||
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 1 |
2 files changed, 2 insertions, 1 deletions
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" |