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 02B1E13835B for ; Sun, 2 May 2021 19:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46F09E0917; Sun, 2 May 2021 19:19:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 31DDDE0917 for ; Sun, 2 May 2021 19:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 591F3340688 for ; Sun, 2 May 2021 19:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1075273D for ; Sun, 2 May 2021 19:19:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619983027.5c4b2e0756aa78d37b6577aee4c2c04f03872f43.zlogene@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.4.2-r100.ebuild net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5c4b2e0756aa78d37b6577aee4c2c04f03872f43 X-VCS-Branch: master Date: Sun, 2 May 2021 19:19:23 +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: 618130e4-a5f3-47cd-b33e-45500144dd88 X-Archives-Hash: 01fcf4369c853f691baf33fc5c90c6ab commit: 5c4b2e0756aa78d37b6577aee4c2c04f03872f43 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 19:17:07 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 19:17:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4b2e07 net-dns/pdns-recursor: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild | 5 ++--- net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild index 45019235e81..59d7eaeaa9d 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="debug dnstap libressl protobuf snmp sodium systemd" +IUSE="debug dnstap protobuf snmp sodium systemd" REQUIRED_USE="${LUA_REQUIRED_USE} dnstap? ( protobuf )" @@ -27,8 +27,7 @@ DEPEND="${LUA_DEPS} systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) + dev-libs/openssl:= >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !