summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-08 19:17:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-08 19:19:18 +0200
commit0d8d5fefb18d71066a9743c3d007d737b75faa2e (patch)
tree7753f749fc34474b6ced1e4e50260be92514f63c
parentnet-wireless/bluez: efl also needs to be keyworded on arm64 (diff)
downloadgentoo-0d8d5fefb18d71066a9743c3d007d737b75faa2e.tar.gz
gentoo-0d8d5fefb18d71066a9743c3d007d737b75faa2e.tar.bz2
gentoo-0d8d5fefb18d71066a9743c3d007d737b75faa2e.zip
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
-rw-r--r--www-client/falkon/falkon-3.0.1.ebuild6
1 files 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 89bfcfe00996..40f8820d99a8 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:=