diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-09 13:09:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-08 17:47:10 +0200 |
commit | a5ed69109c7582c859b5cb956cd673c65b9398c5 (patch) | |
tree | 4ef82c884a6ebed3ad773d07b539192fd291d18d /eclass | |
parent | profiles: hppa/sparc: Mask >=dev-qt/qtwayland-5.15.11[compositor] (diff) | |
download | gentoo-a5ed69109c7582c859b5cb956cd673c65b9398c5.tar.gz gentoo-a5ed69109c7582c859b5cb956cd673c65b9398c5.tar.bz2 gentoo-a5ed69109c7582c859b5cb956cd673c65b9398c5.zip |
ecm.eclass: Drop supposedly obsolete dev-qt/qthelp crutch for Portage
Reverts commit 98f5475d46518fa7da5ece4bceb1189283eba4f8
Closes: https://bugs.gentoo.org/836726
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ecm.eclass | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 6c15154bad98..76e20b0e3148 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -222,23 +222,13 @@ case ${ECM_HANDBOOK} in ;; esac -# Unfortunately, Portage has no concept of BDEPEND=dev-qt/qthelp being broken -# by having only partially updated Qt dependencies, which means it will order -# dev-qt/qthelp revdeps in build queue before its own Qt dependencies, leaving -# qhelpgenerator broken. This is an attempt to help with that. Bug #836726 case ${ECM_QTHELP} in true) IUSE+=" doc" COMMONDEPEND+=" doc? ( dev-qt/qt-docs:${KFSLOT} )" BDEPEND+=" doc? ( >=app-doc/doxygen-1.8.13-r1 - ( - =dev-qt/qtcore-5.15.10*:5 - =dev-qt/qtgui-5.15.10*:5 - =dev-qt/qthelp-5.15.10*:5 - =dev-qt/qtsql-5.15.10*:5 - =dev-qt/qtwidgets-5.15.10*:5 - ) + dev-qt/qthelp:${KFSLOT} )" ;; false) ;; |