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 C370113835A for ; Mon, 19 Oct 2020 16:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5B52E0885; Mon, 19 Oct 2020 16:53:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 831C9E0883 for ; Mon, 19 Oct 2020 16:53:41 +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 846EB340E8B for ; Mon, 19 Oct 2020 16:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0EA23B1 for ; Mon, 19 Oct 2020 16:53:38 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1603126396.66eb72e9ca972f998e55baceef1769cd7c8b7252.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pango/pango-1.44.7.ebuild X-VCS-Directories: x11-libs/pango/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 66eb72e9ca972f998e55baceef1769cd7c8b7252 X-VCS-Branch: master Date: Mon, 19 Oct 2020 16:53:38 +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: 8ed7759c-9419-4f15-aaaf-5435ab8bb06e X-Archives-Hash: 7520c15cd620d06d257d31ca5ada57a1 commit: 66eb72e9ca972f998e55baceef1769cd7c8b7252 Author: David Michael gmail com> AuthorDate: Thu Oct 15 13:53:10 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 19 16:53:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eb72e9 x11-libs/pango: move glib-utils to BDEPEND Closes: https://bugs.gentoo.org/740406 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> x11-libs/pango/pango-1.44.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pango/pango-1.44.7.ebuild b/x11-libs/pango/pango-1.44.7.ebuild index 2f4853c526e..05b510f0d06 100644 --- a/x11-libs/pango/pango-1.44.7.ebuild +++ b/x11-libs/pango/pango-1.44.7.ebuild @@ -31,10 +31,10 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) " DEPEND="${RDEPEND} - dev-util/glib-utils x11-base/xorg-proto " BDEPEND=" + dev-util/glib-utils virtual/pkgconfig gtk-doc? ( >=dev-util/gtk-doc-1.20