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 DE2BD138334 for ; Fri, 2 Nov 2018 12:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC4DE07D7; Fri, 2 Nov 2018 12:18:15 +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 75DFBE07D7 for ; Fri, 2 Nov 2018 12:18:15 +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 48A1B335CD2 for ; Fri, 2 Nov 2018 12:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8E90454 for ; Fri, 2 Nov 2018 12:18:10 +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: <1541159918.8aacd92b9696399c2be80fc9fdfa825fd3cc6a2f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libchamplain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libchamplain/libchamplain-0.12.16.ebuild X-VCS-Directories: media-libs/libchamplain/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8aacd92b9696399c2be80fc9fdfa825fd3cc6a2f X-VCS-Branch: master Date: Fri, 2 Nov 2018 12:18:10 +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-Archives-Salt: 61876607-b787-4996-b0b2-5b8f61088f23 X-Archives-Hash: dad3e182e630f94ac4b5ecfeea427b20 commit: 8aacd92b9696399c2be80fc9fdfa825fd3cc6a2f Author: Mart Raudsepp gentoo org> AuthorDate: Fri Nov 2 11:57:02 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Nov 2 11:58:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aacd92b media-libs/libchamplain: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/668068 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/libchamplain/libchamplain-0.12.16.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libchamplain/libchamplain-0.12.16.ebuild b/media-libs/libchamplain/libchamplain-0.12.16.ebuild index 8f081e3d8b9..6803cb051df 100644 --- a/media-libs/libchamplain/libchamplain-0.12.16.ebuild +++ b/media-libs/libchamplain/libchamplain-0.12.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,7 @@ RDEPEND=" introspection? ( dev-libs/gobject-introspection:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am virtual/pkgconfig vala? ( $(vala_depend) )