Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream-glib/
Date: Tue, 01 Jan 2019 13:34:00
Message-Id: 1546349610.e448d6a4242ed7f58f019a1079def12f88bdfd18.leio@gentoo
1 commit: e448d6a4242ed7f58f019a1079def12f88bdfd18
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 13:33:05 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 13:33:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e448d6a4
7
8 dev-libs/appstream-glib: ensure gobject-introsection that works with meson
9
10 Bug: https://bugs.gentoo.org/674228
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
18 index ec60c641073..7e13258d714 100644
19 --- a/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
20 +++ b/dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -29,7 +29,7 @@ RDEPEND="
28 dev-libs/libyaml
29 stemmer? ( dev-libs/snowball-stemmer )
30 x11-libs/pango
31 - introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
32 + introspection? ( >=dev-libs/gobject-introspection-1.54:= )
33 "
34 # libxml2 required for glib-compile-resources
35 DEPEND="${RDEPEND}