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 3E4C6138334 for ; Sat, 14 Jul 2018 08:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A59DE09E3; Sat, 14 Jul 2018 08:20:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 42F30E09DA for ; Sat, 14 Jul 2018 08:20:54 +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 30B50335CA8 for ; Sat, 14 Jul 2018 08:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27F2837C for ; Sat, 14 Jul 2018 08:20:48 +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: <1531556425.06a1cd6db2ac0c086c132d9200dd227b858bc055.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06a1cd6db2ac0c086c132d9200dd227b858bc055 X-VCS-Branch: master Date: Sat, 14 Jul 2018 08:20:48 +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-Archives-Salt: 8760217e-77a4-49b5-8602-376d0f48653d X-Archives-Hash: 0b9e47fb3a196e1f5bc327bdcf6ef8c3 commit: 06a1cd6db2ac0c086c132d9200dd227b858bc055 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 14 08:07:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 14 08:20:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a1cd6d dev-qt/qtwebkit: Trigger rebuild on dev-qt/qtwidgets subslot change Package is hardcoding Qt version it was built against in cmake files. Closes: https://bugs.gentoo.org/661052 Package-Manager: Portage-2.3.42, Repoman-2.3.9 dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild index 93dd7e443a4..98972468ba2 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-qt/qtcore-${QT_MIN_VER} >=dev-qt/qtgui-${QT_MIN_VER} >=dev-qt/qtnetwork-${QT_MIN_VER} - >=dev-qt/qtwidgets-${QT_MIN_VER} + >=dev-qt/qtwidgets-${QT_MIN_VER}= media-libs/libpng:0= virtual/jpeg:0 geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} )