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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A70B6158009 for ; Thu, 22 Jun 2023 16:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1227E07EC; Thu, 22 Jun 2023 16:09:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5D72E07EC for ; Thu, 22 Jun 2023 16:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E85A733BE6C for ; Thu, 22 Jun 2023 16:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F41CA95 for ; Thu, 22 Jun 2023 16:09:35 +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: <1687450163.b13367fc95dd3a12ecf2711fcb10ed164135c0a3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild dev-qt/qtwidgets/qtwidgets-5.15.10.ebuild X-VCS-Directories: dev-qt/qtwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b13367fc95dd3a12ecf2711fcb10ed164135c0a3 X-VCS-Branch: master Date: Thu, 22 Jun 2023 16:09:35 +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: e50abf91-9869-400f-aab6-11f37a922145 X-Archives-Hash: c04a817fcef2c07d68df9061953aa171 commit: b13367fc95dd3a12ecf2711fcb10ed164135c0a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 19 20:55:28 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 22 16:09:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13367fc dev-qt/qtwidgets: Add missing x11-libs/gtk+[X] USEdep src/plugins/platformthemes/gtk3/qgtk3dialoghelpers.cpp includes gdk/gdkx.h Closes: https://bugs.gentoo.org/908291 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qtwidgets/{qtwidgets-5.15.10.ebuild => qtwidgets-5.15.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.10.ebuild b/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild similarity index 98% rename from dev-qt/qtwidgets/qtwidgets-5.15.10.ebuild rename to dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild index 43c78a85139c..a4f8b71aa72a 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.15.10.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild @@ -24,7 +24,7 @@ DEPEND=" gtk? ( dev-libs/glib:2 =dev-qt/qtgui-${QT5_PV}*:5=[dbus] - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/pango )