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 652DC138334 for ; Sat, 4 Jan 2020 12:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4157E0875; 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 DA478E0875 for ; Sat, 4 Jan 2020 12:45:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8E23934DD21 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 304E7B0 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.217c3267dc2547fdde844725f817eafda75dd8a6.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.212.9999.ebuild 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: 217c3267dc2547fdde844725f817eafda75dd8a6 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: 55fab1d8-ab8e-42c5-bf9c-8483cf6d4d6e X-Archives-Hash: 2e0306cb91c41fa4bfef2dc08db94b46 commit: 217c3267dc2547fdde844725f817eafda75dd8a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 4 12:04:12 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=217c3267 dev-qt/qtwebkit: Unconditionally depend on media-libs/woff2 Upstream commit ee081058011c5a616b98671e932aedd7a50cb7fb Bug: https://bugs.gentoo.org/704748 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild | 3 ++- dev-qt/qtwebkit/qtwebkit-5.9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild index 66bd087c..4ceacc90 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,6 +51,7 @@ DEPEND=" >=dev-qt/qtnetwork-${QT_MIN_VER} >=dev-qt/qtwidgets-${QT_MIN_VER}= media-libs/libpng:0= + media-libs/woff2 virtual/jpeg:0 geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} ) gstreamer? ( diff --git a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild index 5b644879..718b65f0 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild @@ -49,6 +49,7 @@ DEPEND=" >=dev-qt/qtnetwork-${QT_MIN_VER} >=dev-qt/qtwidgets-${QT_MIN_VER}= media-libs/libpng:0= + media-libs/woff2 virtual/jpeg:0 crypt? ( dev-libs/libgcrypt:=