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 690A71382C5 for ; Sun, 14 Jun 2020 12:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 924F2E0AC7; Sun, 14 Jun 2020 12:26:14 +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 750BDE0AC7 for ; Sun, 14 Jun 2020 12:26:14 +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 E5B3334EDF3 for ; Sun, 14 Jun 2020 12:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D468242 for ; Sun, 14 Jun 2020 12:26:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1592137562.30c3fe9db9818fcc6b2e7e8ce01d96df52b61085.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgnt/libgnt-2.14.0.ebuild X-VCS-Directories: dev-libs/libgnt/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 30c3fe9db9818fcc6b2e7e8ce01d96df52b61085 X-VCS-Branch: master Date: Sun, 14 Jun 2020 12:26:07 +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: d69940f8-39da-4a6a-a140-b9b1d86a0f56 X-Archives-Hash: 9789aaeaad8b6002677e3aa09224ae57 commit: 30c3fe9db9818fcc6b2e7e8ce01d96df52b61085 Author: Lars Wendler gentoo org> AuthorDate: Sun Jun 14 12:25:48 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jun 14 12:26:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c3fe9d dev-libs/libgnt: Added dev-util/glib-utils to BDEPEND Closes: https://bugs.gentoo.org/728022 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libgnt/libgnt-2.14.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libgnt/libgnt-2.14.0.ebuild b/dev-libs/libgnt/libgnt-2.14.0.ebuild index d3e465f73b5..18946841245 100644 --- a/dev-libs/libgnt/libgnt-2.14.0.ebuild +++ b/dev-libs/libgnt/libgnt-2.14.0.ebuild @@ -22,6 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + dev-util/glib-utils virtual/pkgconfig "