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 A9EC1138334 for ; Fri, 8 Jun 2018 22:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99BC6E0922; Fri, 8 Jun 2018 22:22:55 +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 656F5E0922 for ; Fri, 8 Jun 2018 22:22:55 +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 AA420335C97 for ; Fri, 8 Jun 2018 22:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 636A975 for ; Fri, 8 Jun 2018 22:22:51 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528496551.316c4668a48eeba4ef79a21b58089cb0e2f6742d.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 316c4668a48eeba4ef79a21b58089cb0e2f6742d X-VCS-Branch: master Date: Fri, 8 Jun 2018 22:22:51 +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-Archives-Salt: 1bd562cc-eafc-49ef-b5c7-f83632386647 X-Archives-Hash: 1cba99387b1651149a822bbc7812280a commit: 316c4668a48eeba4ef79a21b58089cb0e2f6742d Author: Aaron Bauman gentoo org> AuthorDate: Fri Jun 8 22:22:31 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jun 8 22:22:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316c4668 Revert "www-client/falkon: Drop USE=libressl" This reverts commit 0d8d5fefb18d71066a9743c3d007d737b75faa2e. www-client/falkon/falkon-3.0.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-client/falkon/falkon-3.0.1.ebuild b/www-client/falkon/falkon-3.0.1.ebuild index 40f8820d99a..89bfcfe0099 100644 --- a/www-client/falkon/falkon-3.0.1.ebuild +++ b/www-client/falkon/falkon-3.0.1.ebuild @@ -4,6 +4,7 @@ EAPI=6 KDE_TEST="true" +QT_MINIMAL="5.9.2" VIRTUALX_REQUIRED="test" inherit kde5 @@ -16,7 +17,7 @@ fi LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="dbus gnome-keyring kwallet +X" +IUSE="dbus gnome-keyring kwallet libressl +X" COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') @@ -27,10 +28,11 @@ 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:=