From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 255D158973 for ; Wed, 10 Feb 2016 02:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A13F21C063; Wed, 10 Feb 2016 02:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F12B21C063 for ; Wed, 10 Feb 2016 02:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 255CD340ABF for ; Wed, 10 Feb 2016 02:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2CC8DF for ; Wed, 10 Feb 2016 02:39:32 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1455071946.34928dab574e5f6edd9a693bfa007d96f0428961.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 34928dab574e5f6edd9a693bfa007d96f0428961 X-VCS-Branch: master Date: Wed, 10 Feb 2016 02:39:32 +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: beeae563-4f3e-435f-b5b4-d0680e7587da X-Archives-Hash: 7475d63ed1f86e5f05fe8e48c33c9e6a commit: 34928dab574e5f6edd9a693bfa007d96f0428961 Author: Patrick McLean gentoo org> AuthorDate: Wed Feb 10 02:39:06 2016 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Feb 10 02:39:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34928dab net-dns/bind-tools: Add DEPEND on virtual/pkgconfig to 9.10.3_p2 Build fails when pkgconfig is not installed on the system, so this is needed. Package-Manager: portage-2.2.27 net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild index 44b36de..844e35d 100644 --- a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild +++ b/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild @@ -23,7 +23,7 @@ IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml" REQUIRED_USE="gost? ( !libressl ssl )" -DEPEND=" +CDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) @@ -34,7 +34,9 @@ DEPEND=" gssapi? ( virtual/krb5 ) readline? ( sys-libs/readline:0= ) seccomp? ( sys-libs/libseccomp )" -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} !