From e448d6a4242ed7f58f019a1079def12f88bdfd18 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 1 Jan 2019 15:33:05 +0200 Subject: dev-libs/appstream-glib: ensure gobject-introsection that works with meson Bug: https://bugs.gentoo.org/674228 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild index ec60c641073a..7e13258d7147 100644 --- a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild +++ b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/libyaml stemmer? ( dev-libs/snowball-stemmer ) x11-libs/pango - introspection? ( >=dev-libs/gobject-introspection-0.9.8:= ) + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " # libxml2 required for glib-compile-resources DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad