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 54EE6138239 for ; Thu, 25 Feb 2021 10:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FAF6E093E; Thu, 25 Feb 2021 10:59:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 780DAE093E for ; Thu, 25 Feb 2021 10:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F60E340E96 for ; Thu, 25 Feb 2021 10:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634A74C2 for ; Thu, 25 Feb 2021 10:59:04 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1614250735.09fda51e7da8f33a77bdd2112a3ec8c5942cfc41.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 09fda51e7da8f33a77bdd2112a3ec8c5942cfc41 X-VCS-Branch: master Date: Thu, 25 Feb 2021 10:59:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24a89655-053e-47ff-aa92-9f186c504144 X-Archives-Hash: 8b0551a028e9bf9c217dc844ccc09012 commit: 09fda51e7da8f33a77bdd2112a3ec8c5942cfc41 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 25 10:58:24 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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:=