From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E6E9A158046 for ; Tue, 12 Aug 2025 07:59:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CD468340FD3 for ; Tue, 12 Aug 2025 07:59:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F16F4110561; Tue, 12 Aug 2025 07:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EB7B4110561 for ; Tue, 12 Aug 2025 07:59:38 +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 9B673340EDE for ; Tue, 12 Aug 2025 07:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821DC3343 for ; Tue, 12 Aug 2025 07:59:36 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1754985512.e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qttools/qttools-6.10.9999.ebuild dev-qt/qttools/qttools-6.9.9999.ebuild dev-qt/qttools/qttools-6.9999.ebuild X-VCS-Directories: dev-qt/qttools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b X-VCS-Branch: master Date: Tue, 12 Aug 2025 07:59:36 +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: 051cccfe-d592-4603-82c0-395b8d6274d2 X-Archives-Hash: 9c2848c16ad4c416c385643a794e6686 commit: e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 12 06:38:36 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Aug 12 07:58:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f2491b dev-qt/qttools: update live Upstream disabled this by default with the reason that system version is almost always incompatible, may as well drop the comment as well because of this. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qttools/qttools-6.10.9999.ebuild | 6 ------ dev-qt/qttools/qttools-6.9.9999.ebuild | 5 ----- dev-qt/qttools/qttools-6.9999.ebuild | 6 ------ 3 files changed, 17 deletions(-) diff --git a/dev-qt/qttools/qttools-6.10.9999.ebuild b/dev-qt/qttools/qttools-6.10.9999.ebuild index d003f51ba670..0dc641c2f9bd 100644 --- a/dev-qt/qttools/qttools-6.10.9999.ebuild +++ b/dev-qt/qttools/qttools-6.10.9999.ebuild @@ -87,14 +87,8 @@ src_configure() { $(qt_feature qtattributionsscanner) $(qt_feature qtdiag) $(qt_feature qtplugininfo) - $(usev widgets -DQT_INSTALL_XDG_DESKTOP_ENTRIES=ON) - # TODO?: package litehtml, but support for latest releases seem - # to lag behind and bundled may work out better for now - # https://github.com/litehtml/litehtml/issues/266 - #$(usev assistant -DQLITEHTML_USE_SYSTEM_LITEHTML=ON) - # USE=qmlls' help plugin may be temporary, upstream has plans to split # QtHelp into another package so that qtdeclarative can depend on it # without a circular dependency with qttools diff --git a/dev-qt/qttools/qttools-6.9.9999.ebuild b/dev-qt/qttools/qttools-6.9.9999.ebuild index b8a40f8285e6..ce131e8d6138 100644 --- a/dev-qt/qttools/qttools-6.9.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9.9999.ebuild @@ -90,11 +90,6 @@ src_configure() { $(qt_feature qtdiag) $(qt_feature qtplugininfo) - # TODO?: package litehtml, but support for latest releases seem - # to lag behind and bundled may work out better for now - # https://github.com/litehtml/litehtml/issues/266 - $(usev assistant -DCMAKE_DISABLE_FIND_PACKAGE_litehtml=ON) - # USE=qmlls' help plugin may be temporary, upstream has plans to split # QtHelp into another package so that qtdeclarative can depend on it # without a circular dependency with qttools diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index d003f51ba670..0dc641c2f9bd 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -87,14 +87,8 @@ src_configure() { $(qt_feature qtattributionsscanner) $(qt_feature qtdiag) $(qt_feature qtplugininfo) - $(usev widgets -DQT_INSTALL_XDG_DESKTOP_ENTRIES=ON) - # TODO?: package litehtml, but support for latest releases seem - # to lag behind and bundled may work out better for now - # https://github.com/litehtml/litehtml/issues/266 - #$(usev assistant -DQLITEHTML_USE_SYSTEM_LITEHTML=ON) - # USE=qmlls' help plugin may be temporary, upstream has plans to split # QtHelp into another package so that qtdeclarative can depend on it # without a circular dependency with qttools