From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F19FF59CB2 for ; Thu, 14 Apr 2016 19:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443AA21C04B; Thu, 14 Apr 2016 19:14:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E331421C04B for ; Thu, 14 Apr 2016 19:14:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E02CD340DE3 for ; Thu, 14 Apr 2016 19:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8CC2188 for ; Thu, 14 Apr 2016 19:14:36 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1460661268.dd264042158a15565e2218e95838165cdb4eeb62.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: dd264042158a15565e2218e95838165cdb4eeb62 X-VCS-Branch: master Date: Thu, 14 Apr 2016 19:14:36 +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-Archives-Salt: efa75867-7767-4fd3-8d9e-ee5d6a9bdc91 X-Archives-Hash: a741f990094679ab2131c289c20e52ee commit: dd264042158a15565e2218e95838165cdb4eeb62 Author: William undefined re> AuthorDate: Tue Apr 12 12:32:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 14 19:14:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd264042 kde-frameworks/khtml: add libressl useflag kde-frameworks/khtml/khtml-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/khtml/khtml-9999.ebuild b/kde-frameworks/khtml/khtml-9999.ebuild index 6b968f2..34cdcb2 100644 --- a/kde-frameworks/khtml/khtml-9999.ebuild +++ b/kde-frameworks/khtml/khtml-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KHTML web rendering engine" LICENSE="LGPL-2" KEYWORDS="" -IUSE="X" +IUSE="X libressl" RDEPEND=" $(add_frameworks_dep karchive) @@ -52,7 +52,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-lang/perl - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl:0 ) test? ( $(add_qt_dep qtx11extras) ) X? ( x11-proto/xproto ) "