From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CDF5138334 for ; Tue, 1 Jan 2019 13:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700CEE0CBF; Tue, 1 Jan 2019 13:33:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4643FE0CBF for ; Tue, 1 Jan 2019 13:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 149D4335CD2 for ; Tue, 1 Jan 2019 13:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BCA4326 for ; Tue, 1 Jan 2019 13:33:54 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1546349610.e448d6a4242ed7f58f019a1079def12f88bdfd18.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream-glib/appstream-glib-0.7.9.ebuild X-VCS-Directories: dev-libs/appstream-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e448d6a4242ed7f58f019a1079def12f88bdfd18 X-VCS-Branch: master Date: Tue, 1 Jan 2019 13:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 820a438c-bfeb-4e9c-8935-fad082339ed0 X-Archives-Hash: 923303c575cbd7ad37acc92c8b9d1926 commit: e448d6a4242ed7f58f019a1079def12f88bdfd18 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jan 1 13:33:05 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jan 1 13:33:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e448d6a4 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 gentoo.org> 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 ec60c641073..7e13258d714 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}