From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1295454-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 13AD11382C5
	for <garchives@archives.gentoo.org>; Sun, 20 Jun 2021 18:49:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6BF2FE081A;
	Sun, 20 Jun 2021 18:49:24 +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 4EBF1E081A
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Jun 2021 18:49:24 +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 58B99335C9F
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Jun 2021 18:49:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B1A79A
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Jun 2021 18:49:22 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1624214938.9bbffd57cf4dfd94a0eb3a1bb967554e54658861.asturm@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/
X-VCS-Repository: proj/qt
X-VCS-Files: dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
X-VCS-Directories: dev-qt/qtnetwork/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 9bbffd57cf4dfd94a0eb3a1bb967554e54658861
X-VCS-Branch: master
Date: Sun, 20 Jun 2021 18:49:22 +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: beafc5c6-658f-4125-9c6b-6ff82c478cd9
X-Archives-Hash: 59202b70d00f4cbd2df974a5de0e8886

commit:     9bbffd57cf4dfd94a0eb3a1bb967554e54658861
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 19:46:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 18:48:58 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9bbffd57

dev-qt/qtnetwork: 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>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
index 3d72693c..a6d20ec2 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
@@ -22,9 +22,7 @@ DEPEND="
 	libproxy? ( net-libs/libproxy )
 	networkmanager? ( ~dev-qt/qtdbus-${PV} )
 	sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
-	ssl? (
-		>=dev-libs/openssl-1.1.1:0=[bindist=]
-	)
+	ssl? ( >=dev-libs/openssl-1.1.1:0=[bindist(-)=] )
 "
 RDEPEND="${DEPEND}
 	connman? ( net-misc/connman )