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 7671D138239 for ; Thu, 25 Feb 2021 10:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619DEE092D; Thu, 25 Feb 2021 10:59:07 +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 47878E092D for ; Thu, 25 Feb 2021 10:59:07 +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 DE61E340E8C for ; Thu, 25 Feb 2021 10:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B10347 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: <1614249841.40a4b8c2fca25fd9cbd8ec5201f9f653d8065b42.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/khtml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/khtml/khtml-9999.ebuild X-VCS-Directories: kde-frameworks/khtml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40a4b8c2fca25fd9cbd8ec5201f9f653d8065b42 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: cd5b695a-9aa7-4839-8e93-5c0a1ce4fc91 X-Archives-Hash: fe7b784f2312ed672e9e8edffef11665 commit: 40a4b8c2fca25fd9cbd8ec5201f9f653d8065b42 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 25 10:44:01 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 25 10:44:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=40a4b8c2 kde-frameworks/khtml: Drop IUSE=libressl Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/khtml/khtml-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/khtml/khtml-9999.ebuild b/kde-frameworks/khtml/khtml-9999.ebuild index 43c4e8901f..c04b6c1554 100644 --- a/kde-frameworks/khtml/khtml-9999.ebuild +++ b/kde-frameworks/khtml/khtml-9999.ebuild @@ -12,13 +12,14 @@ inherit ecm kde.org DESCRIPTION="KHTML web rendering engine" LICENSE="LGPL-2" KEYWORDS="" -IUSE="libressl X" +IUSE="X" BDEPEND=" dev-lang/perl dev-util/gperf " RDEPEND=" + dev-libs/openssl:0 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5[ssl] @@ -51,8 +52,6 @@ RDEPEND=" >=media-libs/phonon-4.11.0 sys-libs/zlib virtual/jpeg:0 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libX11