diff options
Diffstat (limited to 'dev-libs/gom')
-rw-r--r-- | dev-libs/gom/gom-0.3.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild index d6fc02c38763..5d6e936cc3a9 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}] |