From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1294568-garchives=archives.gentoo.org@lists.gentoo.org>
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 736C81382C5
	for <garchives@archives.gentoo.org>; Thu, 17 Jun 2021 20:32:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE999E085E;
	Thu, 17 Jun 2021 20:32:46 +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 95923E085E
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:32:46 +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 A558A33BEDD
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:32:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF777A1
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:32:44 +0000 (UTC)
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org>
Message-ID: <1623961918.2b3425d086bc1c6b5de68a1cfc603a2b086a5354.whissi@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: whissi
X-VCS-Committer-Name: Thomas Deutschmann
X-VCS-Revision: 2b3425d086bc1c6b5de68a1cfc603a2b086a5354
X-VCS-Branch: master
Date: Thu, 17 Jun 2021 20:32:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 90e465c3-c110-409a-b747-e0faa0a9f89b
X-Archives-Hash: 4a05557592cf639e7cfe28c0f53b40fb

commit:     2b3425d086bc1c6b5de68a1cfc603a2b086a5354
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 20:00:25 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 20:31:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3425d0

net-libs/ldns: Fix MissingUseDepDefault for dev-libs/openssl[bindist]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/ldns/ldns-1.7.1-r1.ebuild | 6 +++---
 net-libs/ldns/ldns-1.7.1-r2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index 046f31d91c8..4796d3ae7c4 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -20,13 +20,13 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RDEPEND="
 	python? ( ${PYTHON_DEPS} )
 	ecdsa? (
-		>=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.0.1e:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	ed25519? (
-		>=dev-libs/openssl-1.1.0:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.1.0:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	ed448? (
-		>=dev-libs/openssl-1.1.1:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.1.1:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	>=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}]
 "

diff --git a/net-libs/ldns/ldns-1.7.1-r2.ebuild b/net-libs/ldns/ldns-1.7.1-r2.ebuild
index ca426ee1283..ba6d831e94a 100644
--- a/net-libs/ldns/ldns-1.7.1-r2.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r2.ebuild
@@ -22,13 +22,13 @@ REQUIRED_USE="
 RDEPEND="
 	python? ( ${PYTHON_DEPS} )
 	ecdsa? (
-		>=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.0.1e:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	ed25519? (
-		>=dev-libs/openssl-1.1.0:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.1.0:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	ed448? (
-		>=dev-libs/openssl-1.1.1:0=[-bindist,${MULTILIB_USEDEP}]
+		>=dev-libs/openssl-1.1.1:0=[-bindist(-),${MULTILIB_USEDEP}]
 	)
 	>=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}]
 "