commit: 34e0e60163b55d6dcfdc265307f533acf2b73d46
Author: William <William <AT> undefined <DOT> re>
AuthorDate: Tue Apr 12 11:42:23 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed May 11 22:41:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e0e601
kde-frameworks/kdelibs4support: add libressl useflag
kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild
b/kde-frameworks/kdelibs4support/kdelibs4support-5.21.0.ebuild
index 3165ae1..b7ed532 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"
+IUSE="X libressl"
COMMON_DEPEND="
$(add_frameworks_dep kauth)
@@ -40,7 +40,8 @@ COMMON_DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
app-text/docbook-xml-dtd:4.2
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork 'ssl')