dev-libs/gom: limit glib max ver due to issues fixed only in gom-0.4
authorMart Raudsepp <leio@gentoo.org>
Tue, 25 Feb 2020 20:43:53 +0000 (22:43 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 26 Feb 2020 08:29:41 +0000 (10:29 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-libs/gom/gom-0.3.3.ebuild

index d6fc02c3876320b550296832075cb43a0a9596ab..5d6e936cc3a9eee90f5b1d19bfa1e3fd2c15415b 100644 (file)
@@ -17,9 +17,11 @@ IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+# <glib-2.63.3 to avoid getting hit worse by https://gitlab.gnome.org/GNOME/gom/issues/24 - fixed in gom-0.4
 RDEPEND="
        >=dev-db/sqlite-3.7:3
        >=dev-libs/glib-2.36:2
+       <dev-libs/glib-2.63.3:2
        introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
        ${PYTHON_DEPS}
        >=dev-python/pygobject-3.16:3[${PYTHON_USEDEP}]