diff options
author | Christophe Lermytte <gentoo@lermytte.be> | 2021-04-24 11:13:22 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-04-24 12:19:47 +0300 |
commit | 7b4752f240bc003e0afbb9d2c3b032c114622391 (patch) | |
tree | 9c453c4075bb684ab54230e01a04690a5c6a901f /games-arcade/gnome-nibbles | |
parent | dev-python/anyqt: Bump to 0.0.12 (diff) | |
download | gentoo-7b4752f240bc003e0afbb9d2c3b032c114622391.tar.gz gentoo-7b4752f240bc003e0afbb9d2c3b032c114622391.tar.bz2 gentoo-7b4752f240bc003e0afbb9d2c3b032c114622391.zip |
games-arcade/gnome-nibbles: set VALA_MAX_API_VERSION to 0.50
Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-arcade/gnome-nibbles')
-rw-r--r-- | games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild index 9d563a8cff9a..3ede22959954 100644 --- a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild +++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +VALA_MAX_API_VERSION="0.50" inherit gnome.org gnome2-utils meson vala xdg |