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 9D943138334 for ; Wed, 3 Oct 2018 08:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3D4E09D1; Wed, 3 Oct 2018 08:55:10 +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 72114E09D1 for ; Wed, 3 Oct 2018 08:55:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EF747335CD5 for ; Wed, 3 Oct 2018 08:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22310397 for ; Wed, 3 Oct 2018 08:55:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538553717.bf3a9330e141e8821d395ba2f802cdd6e1909cea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild X-VCS-Directories: dev-libs/libgit2-glib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf3a9330e141e8821d395ba2f802cdd6e1909cea X-VCS-Branch: master Date: Wed, 3 Oct 2018 08:55:05 +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: ebe47b3e-8e14-4c99-8d07-b123f64ccb06 X-Archives-Hash: 9bfbe315d4a4f6dd6bc4b0b1a1d9ba49 commit: bf3a9330e141e8821d395ba2f802cdd6e1909cea Author: Michał Górny gentoo org> AuthorDate: Wed Oct 3 08:01:57 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 3 08:01:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3a9330 dev-libs/libgit2-glib: Add explicit dep on glib-utils Closes: https://bugs.gentoo.org/667560 Signed-off-by: Michał Górny gentoo.org> dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild index a7a8316fda3..0a599c52005 100644 --- a/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild +++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.2.ebuild @@ -28,6 +28,7 @@ RDEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 virtual/pkgconfig vala? ( $(vala_depend) )