Skip to content

Commit

Permalink
eclass/ecm: Remove dependencies on qtcore and qtbase
Browse files Browse the repository at this point in the history
This pulled in qtcore:5 even when USE=-qt5 is set

Signed-off-by: Mike Lothian <[email protected]>
  • Loading branch information
FireBurn committed Feb 28, 2024
1 parent e7aabe8 commit 85bf346
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eclass/ecm.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,6 @@ BDEPEND+="
>=kde-frameworks/extra-cmake-modules-${KFMIN}:*
"
RDEPEND+=" >=kde-frameworks/kf-env-4"
if [[ ${_KFSLOT} == 6 ]]; then
COMMONDEPEND+=" dev-qt/qtbase:${_KFSLOT}"
else
COMMONDEPEND+=" dev-qt/qtcore:${_KFSLOT}"
fi

DEPEND+=" ${COMMONDEPEND}"
RDEPEND+=" ${COMMONDEPEND}"
Expand Down

0 comments on commit 85bf346

Please sign in to comment.