diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-25 11:58:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-25 11:58:55 +0100 |
commit | 09fda51e7da8f33a77bdd2112a3ec8c5942cfc41 (patch) | |
tree | 4e7a5f2f41e2167f37f3c757d29532307d0a61af /www-client | |
parent | kde-frameworks/kdelibs4support: Drop IUSE=libressl (diff) | |
download | kde-09fda51e7da8f33a77bdd2112a3ec8c5942cfc41.tar.gz kde-09fda51e7da8f33a77bdd2112a3ec8c5942cfc41.tar.bz2 kde-09fda51e7da8f33a77bdd2112a3ec8c5942cfc41.zip |
www-client/falkon: Drop IUSE=libressl
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/falkon/falkon-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 8e0e2bc784..ad605ba82e 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -19,9 +19,10 @@ HOMEPAGE="https://www.falkon.org/" LICENSE="GPL-3" SLOT="0" -IUSE="dbus kde libressl +X" +IUSE="dbus kde +X" COMMON_DEPEND=" + dev-libs/openssl:0= >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5[ssl] @@ -40,8 +41,6 @@ COMMON_DEPEND=" >=kde-frameworks/kwallet-${KFMIN}:5 >=kde-frameworks/purpose-${KFMIN}:5 ) - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:0= ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libxcb:= |