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 736AC139694 for ; Tue, 21 Feb 2017 21:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7E321C039; Tue, 21 Feb 2017 21:50:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87A9921C039 for ; Tue, 21 Feb 2017 21:50:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C8C341142 for ; Tue, 21 Feb 2017 21:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E304FF3 for ; Tue, 21 Feb 2017 21:50:53 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1487713840.4ec03c9bfdfe2de97f182011a4283652fa37810a.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/pdns-4.0.2.ebuild net-dns/pdns/pdns-4.0.3.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 4ec03c9bfdfe2de97f182011a4283652fa37810a X-VCS-Branch: master Date: Tue, 21 Feb 2017 21:50:53 +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: a976224f-1b88-48ad-9a58-ef1c8bf9f682 X-Archives-Hash: 54fd5e4d1b5f807fd65ca3cff3277086 commit: 4ec03c9bfdfe2de97f182011a4283652fa37810a Author: Sven Wegener gentoo org> AuthorDate: Tue Feb 21 21:49:53 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Feb 21 21:50:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec03c9b net-dns/pdns: Require threads support in dev-libs/botan, bug #609538 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-dns/pdns/pdns-4.0.2.ebuild | 2 +- net-dns/pdns/pdns-4.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/pdns/pdns-4.0.2.ebuild b/net-dns/pdns/pdns-4.0.2.ebuild index 05c5c1c3b9..b88d8f359f 100644 --- a/net-dns/pdns/pdns-4.0.2.ebuild +++ b/net-dns/pdns/pdns-4.0.2.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )" RDEPEND=" dev-libs/openssl:= >=dev-libs/boost-1.35:= - botan? ( =dev-libs/botan-1.10* ) + botan? ( =dev-libs/botan-1.10*[threads] ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) diff --git a/net-dns/pdns/pdns-4.0.3.ebuild b/net-dns/pdns/pdns-4.0.3.ebuild index 2d8f00be24..bbf4be5104 100644 --- a/net-dns/pdns/pdns-4.0.3.ebuild +++ b/net-dns/pdns/pdns-4.0.3.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )" RDEPEND=" dev-libs/openssl:= >=dev-libs/boost-1.35:= - botan? ( =dev-libs/botan-1.10* ) + botan? ( =dev-libs/botan-1.10*[threads] ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql )