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 9F879139082 for ; Tue, 28 Nov 2017 23:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7B1E0C04; Tue, 28 Nov 2017 23:52:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AF51AE0C04 for ; Tue, 28 Nov 2017 23:52:30 +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 1AEA733D4A6 for ; Tue, 28 Nov 2017 23:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63AC3AAF0 for ; Tue, 28 Nov 2017 23:52:27 +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: <1511913129.a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792 X-VCS-Branch: master Date: Tue, 28 Nov 2017 23:52:27 +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: 74affa67-8bbc-48ba-af25-3f87e638eff4 X-Archives-Hash: c8d9fa84f2e2ec5ab359de9319427525 commit: a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792 Author: Sven Wegener gentoo org> AuthorDate: Tue Nov 28 23:23:43 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Nov 28 23:52:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59f7fe6 net-dns/pdns-recursor: Add libressl/openssl dependency Package-Manager: Portage-2.3.14, Repoman-2.3.6 net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild | 4 +++- net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild | 4 +++- net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild | 4 +++- net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild index f9b248316b3..30f31e4cc5b 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="lua luajit protobuf systemd" +IUSE="libressl lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )" DEPEND="lua? ( >=dev-lang/lua-5.1:= ) @@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !