commit:     847f1585a70a5b5e2cfbe70dbe0b21bf806907b3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 11:54:52 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 12:04:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=847f1585

dev-qt/qtwebkit: Add USE crypt

Upstream commit 3b36f59d3160d81e3ca2f0d498f77b7d55b02652

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwebkit/qtwebkit-5.9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild
index 4b0e7392..5b644879 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://www.qt.io/";
 
 LICENSE="BSD LGPL-2+"
 SLOT="5/5.9999"
-IUSE="geolocation gles2 +gstreamer +hyphen +jit multimedia nsplugin opengl 
orientation +printsupport qml webp X"
+IUSE="crypt geolocation gles2 +gstreamer +hyphen +jit multimedia nsplugin 
opengl orientation +printsupport qml webp X"
 
 REQUIRED_USE="
        nsplugin? ( X )
@@ -50,6 +50,10 @@ DEPEND="
        >=dev-qt/qtwidgets-${QT_MIN_VER}=
        media-libs/libpng:0=
        virtual/jpeg:0
+       crypt? (
+               dev-libs/libgcrypt:=
+               dev-libs/libtasn1:=
+       )
        geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} )
        gstreamer? (
                dev-libs/glib:2
@@ -107,6 +111,7 @@ src_configure() {
                -DPORT=Qt
                -DENABLE_API_TESTS=OFF
                -DENABLE_TOOLS=OFF
+               -DENABLE_WEB_CRYPTO=$(usex crypt)
                -DENABLE_GEOLOCATION=$(usex geolocation)
                -DUSE_GSTREAMER=$(usex gstreamer)
                -DUSE_LIBHYPHEN=$(usex hyphen)

Reply via email to