From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4313138334 for ; Sat, 4 Jan 2020 12:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF648E08A6; Sat, 4 Jan 2020 12:45:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE521E0875 for ; Sat, 4 Jan 2020 12:45:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6220034DD1F for ; Sat, 4 Jan 2020 12:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF89AF for ; Sat, 4 Jan 2020 12:45:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578139495.847f1585a70a5b5e2cfbe70dbe0b21bf806907b3.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 847f1585a70a5b5e2cfbe70dbe0b21bf806907b3 X-VCS-Branch: master Date: Sat, 4 Jan 2020 12:45:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43da265c-5e02-462c-8e68-8f648c7eeec8 X-Archives-Hash: 41b8e2b243e9cff88a9163e446a1b047 commit: 847f1585a70a5b5e2cfbe70dbe0b21bf806907b3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 4 11:54:52 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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)