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 B6895138334 for ; Sun, 18 Nov 2018 00:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EEE1E0BD3; Sun, 18 Nov 2018 00:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 77C25E0BD3 for ; Sun, 18 Nov 2018 00:36:39 +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 8A2C4335C3D for ; Sun, 18 Nov 2018 00:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8C9458 for ; Sun, 18 Nov 2018 00:36:36 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1542501380.fbad179cec70e20ebd2b2390f1a63f281e3bb3d1.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dbus-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dbus-glib/dbus-glib-0.110.ebuild X-VCS-Directories: dev-libs/dbus-glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: fbad179cec70e20ebd2b2390f1a63f281e3bb3d1 X-VCS-Branch: master Date: Sun, 18 Nov 2018 00:36:36 +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: 221ec6a3-edfc-438f-a6db-9327ebc254ac X-Archives-Hash: 34a1362763894efe01b0879dd3b14185 commit: fbad179cec70e20ebd2b2390f1a63f281e3bb3d1 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 17 23:06:16 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 18 00:36:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbad179c dev-libs/dbus-glib: add glib-utils to DEPEND Closes: https://bugs.gentoo.org/669170 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue gentoo.org> dev-libs/dbus-glib/dbus-glib-0.110.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild index bd975682684..b71e62e1ff0 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild @@ -19,6 +19,7 @@ CDEPEND=" >=sys-apps/dbus-1.8[${MULTILIB_USEDEP}] " DEPEND="${CDEPEND} + >=dev-util/glib-utils-2.40 >=dev-util/gtk-doc-am-1.14 virtual/pkgconfig "