diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 11:58:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 12:16:35 -0700 |
commit | 016114c3f6a1f203f6204c43f57dbc4832413fdc (patch) | |
tree | 3a6532e2fde0c685b9833a0f66c6a91ce0114117 /media-gfx | |
parent | sci-mathematics/cryptominisat: fix sysconfig import (diff) | |
download | gentoo-016114c3f6a1f203f6204c43f57dbc4832413fdc.tar.gz gentoo-016114c3f6a1f203f6204c43f57dbc4832413fdc.tar.bz2 gentoo-016114c3f6a1f203f6204c43f57dbc4832413fdc.zip |
media-gfx/shotwell: Set VALA_MAX_API_VERSION="0.54"
Fails to build with 0.56.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild b/media-gfx/shotwell/shotwell-0.30.14.ebuild index bdf8289fffc9..68dd3cb9e8a4 100644 --- a/media-gfx/shotwell/shotwell-0.30.14.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.54" inherit gnome.org gnome2-utils meson vala xdg |