diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-10-13 20:56:37 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-10-13 21:18:46 +0300 |
commit | 03751928f59e141efcddd2db95733c59a681b36e (patch) | |
tree | 7689204252b9d8bab7c9214e877ab5ef34ca4584 /games-board | |
parent | dev-libs/libmissing: revbump to install fixed headers and static lib (diff) | |
download | gentoo-03751928f59e141efcddd2db95733c59a681b36e.tar.gz gentoo-03751928f59e141efcddd2db95733c59a681b36e.tar.bz2 gentoo-03751928f59e141efcddd2db95733c59a681b36e.zip |
games-board/gnome-chess-3.30.1: restrict to <=vala:0.44
Fails to build with vala:0.46 - gnome-chess-3.34.0 has fixes
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild index fda095c64dc0..435522543d8c 100644 --- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild @@ -3,6 +3,7 @@ EAPI=6 VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.44" inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg |