commit:     2983636032188de1d974f2447618012c7e35f802
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 20:43:53 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 08:29:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29836360

dev-libs/gom: limit glib max ver due to issues fixed only in gom-0.4

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/gom/gom-0.3.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild
index d6fc02c3876..5d6e936cc3a 100644
--- a/dev-libs/gom/gom-0.3.3.ebuild
+++ b/dev-libs/gom/gom-0.3.3.ebuild
@@ -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}]

Reply via email to