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 965F915802E for ; Sun, 23 Jun 2024 20:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC57E2AFD; Sun, 23 Jun 2024 20:20:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8602E2AFD for ; Sun, 23 Jun 2024 20:20:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF9CA340CA7 for ; Sun, 23 Jun 2024 20:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 217681ABE for ; Sun, 23 Jun 2024 20:20:56 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1719174047.511c49029563c235c8e2328c4a843d1d33c491cf.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-misc/qtxdg-tools/ X-VCS-Repository: proj/qt X-VCS-Files: app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild X-VCS-Directories: app-misc/qtxdg-tools/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 511c49029563c235c8e2328c4a843d1d33c491cf X-VCS-Branch: master Date: Sun, 23 Jun 2024 20:20:56 +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: fae5da94-e815-49be-bbe6-25b884307f12 X-Archives-Hash: 900653a83bdfc3c527ffeef36351380d commit: 511c49029563c235c8e2328c4a843d1d33c491cf Author: Jimi Huotari gentoo org> AuthorDate: Sun Jun 23 19:59:17 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Jun 23 20:20:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=511c4902 Revert "app-misc/qtxdg-tools: add slot operator on qtbase" This reverts commit 577e978c8be7b64892e23201b3a20cb66035a38b. It doesn't seem like 'qtxdg-tools' needs this after all, but 'dev-libs/libqtxdg' does, and it already has it. It seems that during a test build an older version of 'dev-libs/libqtxdg' was still being used, and it did not get rebuilt with the 6.7.2 Qt update leading into 'xdg-open' aborting. Signed-off-by: Jimi Huotari gentoo.org> app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild index e3816d43..7b3875ec 100644 --- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild +++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild @@ -22,6 +22,6 @@ SLOT="0" BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" RDEPEND=" >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6= + >=dev-qt/qtbase-6.6:6 " DEPEND="${RDEPEND}"