commit: 8dc13f6e3a0479a851bafe44a7f200764c37de0e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 09:23:44 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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')