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 E8B601382C5 for ; Sun, 2 May 2021 10:16:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A95DE08FB; Sun, 2 May 2021 10:16:43 +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 312E2E08FB for ; Sun, 2 May 2021 10:16:43 +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 48011340B63 for ; Sun, 2 May 2021 10:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E85744 for ; Sun, 2 May 2021 10:16:39 +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: <1619950593.551b749961d032b04e6b9e50bf297b3b1b3fbbfd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ldns/ldns-1.7.1-r1.ebuild net-libs/ldns/ldns-1.7.1-r2.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 551b749961d032b04e6b9e50bf297b3b1b3fbbfd X-VCS-Branch: master Date: Sun, 2 May 2021 10:16:39 +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: 1264e61e-5df9-4fbc-8191-561eaea15d65 X-Archives-Hash: 670dbfc02bbb0ab586e44ce3a3208901 commit: 551b749961d032b04e6b9e50bf297b3b1b3fbbfd Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:05:56 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 10:16:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551b7499 net-libs/ldns: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/ldns/ldns-1.7.1-r1.ebuild | 13 ++++++------- net-libs/ldns/ldns-1.7.1-r2.ebuild | 15 ++++++--------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild index 78a9e8a8dfe..95e2628a1d8 100644 --- a/net-libs/ldns/ldns-1.7.1-r1.ebuild +++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0/3" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="+dane doc +ecdsa ed25519 ed448 gost libressl python static-libs vim-syntax" +IUSE="+dane doc +ecdsa ed25519 ed448 gost python static-libs vim-syntax" # configure will die if ecdsa is enabled and ssl is not REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -20,16 +20,15 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" python? ( ${PYTHON_DEPS} ) ecdsa? ( - !libressl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}] ) ed25519? ( - !libressl? ( >=dev-libs/openssl-1.1.0:0=[-bindist,${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.1.0:0=[-bindist,${MULTILIB_USEDEP}] ) ed448? ( - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist,${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.1.1:0=[-bindist,${MULTILIB_USEDEP}] ) - !libressl? ( >=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} python? ( dev-lang/swig ) @@ -48,7 +47,7 @@ pkg_setup() { multilib_src_configure() { # >=openssl-1.1.0 required for dane-ta - if has_version "