summaryrefslogtreecommitdiff
path: root/dev-qt/qttools
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-08-12 02:38:36 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-08-12 03:58:32 -0400
commite4f2491b3a403da86ccbb4b5618c2f8513ccbb4b (patch)
treed2f703243752bad9b48f25b00d60cf40528e0954 /dev-qt/qttools
parent2f3b3dbbdffafdc0ce613350950b7c289e8300e9 (diff)
downloadgentoo-e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b.tar.gz
gentoo-e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b.tar.bz2
gentoo-e4f2491b3a403da86ccbb4b5618c2f8513ccbb4b.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qttools')
-rw-r--r--dev-qt/qttools/qttools-6.10.9999.ebuild6
-rw-r--r--dev-qt/qttools/qttools-6.9.9999.ebuild5
-rw-r--r--dev-qt/qttools/qttools-6.9999.ebuild6
3 files changed, 0 insertions, 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