mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
ecm.eclass: Restrict ECM_QTHELP to <6.15 for KDE Frameworks
6.15 changes how API documentation is built, and we haven't implemented it yet. See also: https://mail.kde.org/pipermail/distributions/2025-June/001595.html Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -126,7 +126,7 @@ fi
|
||||
# If set to "true", add "doc" to IUSE, add the appropriate dependency, let
|
||||
# -DBUILD_QCH=ON generate and install Qt compressed help files when USE=doc.
|
||||
# If set to "false", do nothing.
|
||||
if [[ ${CATEGORY} = kde-frameworks ]]; then
|
||||
if [[ ${CATEGORY} = kde-frameworks ]] && ver_test -lt 6.15; then
|
||||
: "${ECM_QTHELP:=true}"
|
||||
fi
|
||||
: "${ECM_QTHELP:=false}"
|
||||
|
||||
Reference in New Issue
Block a user