diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-21 17:26:27 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-21 17:27:30 +0100 |
| commit | 683d61429e541b13c2f049a6c6ca410089227439 (patch) | |
| tree | 2aa24cfb0ed28b1293d341a0b39ac16d97b015c1 | |
| parent | 16c27fcf5b6a826969674b2b092cfdaeec04ea45 (diff) | |
| download | kde-683d61429e541b13c2f049a6c6ca410089227439.tar.gz kde-683d61429e541b13c2f049a6c6ca410089227439.tar.bz2 kde-683d61429e541b13c2f049a6c6ca410089227439.zip | |
ecm.eclass: Drop dev-qt/qtbase:6[test]
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/ecm.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 6e194c97e27..bd7665e6401 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -129,8 +129,8 @@ fi # "forceoptional-recursive". # Default value is "false", except for CATEGORY=kde-frameworks where it is # set to "true". If set to "false", do nothing. -# For any other value, add "test" to IUSE and DEPEND on dev-qt/qtbase:6[test] -# (for KF5: dev-qt/qttest:5). If set to "optional", build with +# For any other value, add "test" to IUSE (and for KF5 DEPEND on +# dev-qt/qttest:5). If set to "optional", build with # -DCMAKE_DISABLE_FIND_PACKAGE_Qt${_KFSLOT}Test=ON when USE=!test. If set # to "forceoptional", punt Qt${_KFSLOT}Test dependency and ignore "autotests", # "test", "tests" subdirs from top-level CMakeLists.txt when USE=!test. @@ -260,9 +260,7 @@ esac case ${ECM_TEST} in true|optional|forceoptional|forceoptional-recursive) IUSE+=" test" - if [[ ${_KFSLOT} == 6 ]]; then - DEPEND+=" test? ( dev-qt/qtbase:${_KFSLOT}[test] )" - else + if [[ ${_KFSLOT} == 5 ]]; then DEPEND+=" test? ( dev-qt/qttest:${_KFSLOT} )" fi RESTRICT+=" !test? ( test )" |
