From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1028880-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 A7330138334
	for <garchives@archives.gentoo.org>; Fri,  8 Jun 2018 17:19:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9664EE087E;
	Fri,  8 Jun 2018 17:19:40 +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 6BBCFE087E
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jun 2018 17:19:40 +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 B473E335CB9
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jun 2018 17:19:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E6A2B8
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jun 2018 17:19:36 +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: <1528478358.0d8d5fefb18d71066a9743c3d007d737b75faa2e.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-client/falkon/falkon-3.0.1.ebuild
X-VCS-Directories: www-client/falkon/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0d8d5fefb18d71066a9743c3d007d737b75faa2e
X-VCS-Branch: master
Date: Fri,  8 Jun 2018 17:19:36 +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-Archives-Salt: 7baabf8b-617a-4490-890b-a4367d572882
X-Archives-Hash: f023fca7bdbaf953f9e0eb25ab1f0dbf

commit:     0d8d5fefb18d71066a9743c3d007d737b75faa2e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 17:17:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 17:19:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8d5fef

www-client/falkon: Drop USE=libressl

Upstream does not support it.

See also: https://bugreports.qt.io/browse/QTBUG-63291

Closes: https://bugs.gentoo.org/650288
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/falkon/falkon-3.0.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-client/falkon/falkon-3.0.1.ebuild b/www-client/falkon/falkon-3.0.1.ebuild
index 89bfcfe0099..40f8820d99a 100644
--- a/www-client/falkon/falkon-3.0.1.ebuild
+++ b/www-client/falkon/falkon-3.0.1.ebuild
@@ -4,7 +4,6 @@
 EAPI=6
 
 KDE_TEST="true"
-QT_MINIMAL="5.9.2"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
@@ -17,7 +16,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="dbus gnome-keyring kwallet libressl +X"
+IUSE="dbus gnome-keyring kwallet +X"
 
 COMMON_DEPEND="
 	$(add_qt_dep qtdeclarative 'widgets')
@@ -28,11 +27,10 @@ COMMON_DEPEND="
 	$(add_qt_dep qtwebchannel)
 	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
+	dev-libs/openssl:0=
 	dbus? ( $(add_qt_dep qtdbus) )
 	gnome-keyring? ( gnome-base/gnome-keyring )
 	kwallet? ( $(add_frameworks_dep kwallet) )
-	libressl? ( dev-libs/libressl:= )
-	!libressl? ( dev-libs/openssl:0= )
 	X? (
 		$(add_qt_dep qtx11extras)
 		x11-libs/libxcb:=