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 33F64138252 for ; Thu, 12 May 2016 09:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B7D8E07D9; Thu, 12 May 2016 09:30:11 +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 2CF3FE07D9 for ; Thu, 12 May 2016 09:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC92133D3CD for ; Thu, 12 May 2016 09:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3254333E for ; Thu, 12 May 2016 09:30:01 +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: <1463045386.8dc13f6e3a0479a851bafe44a7f200764c37de0e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs4support/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild X-VCS-Directories: kde-frameworks/kdelibs4support/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8dc13f6e3a0479a851bafe44a7f200764c37de0e X-VCS-Branch: master Date: Thu, 12 May 2016 09:30:01 +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: 2d066e41-bd34-4eb0-ace0-8bd47e932f5c X-Archives-Hash: 65cfb55b23cae91c40386c4af8756e83 commit: 8dc13f6e3a0479a851bafe44a7f200764c37de0e Author: Michael Palimaka gentoo org> AuthorDate: Thu May 12 09:23:44 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 12 09:29:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc13f6e Revert "kde-frameworks/kdelibs4support: add libressl useflag" 5.21.0 is about to be stabilised. LibreSSL support is already implemented in the KDE overlay and will hit the main tree with 5.22.0. This reverts commit 34e0e60163b55d6dcfdc265307f533acf2b73d46. kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild b/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild index b7ed532..3165ae1 100644 --- a/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild +++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Framework easing the development transition from KDE 4 to KF 5" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~x86" -IUSE="X libressl" +IUSE="X" COMMON_DEPEND=" $(add_frameworks_dep kauth) @@ -40,8 +40,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) app-text/docbook-xml-dtd:4.2 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0 $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork 'ssl')