commit: 016114c3f6a1f203f6204c43f57dbc4832413fdc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 3 18:58:18 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Apr 3 19:16:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016114c3
media-gfx/shotwell: Set VALA_MAX_API_VERSION="0.54" Fails to build with 0.56. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
