commit: 09fda51e7da8f33a77bdd2112a3ec8c5942cfc41 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 25 10:58:24 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 25 10:58:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09fda51e
www-client/falkon: Drop IUSE=libressl Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> www-client/falkon/falkon-9999.ebuild | 5 ++--- 1 file 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:=
