Skip to content

Commit

Permalink
qt5-build.eclass: Drop obsolete pre-5.15.2 quirk
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 10, 2021
1 parent 117f924 commit 3f710a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ BDEPEND="
if [[ ${PN} != qttest ]]; then
DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
fi
if ver_test ${PV} -lt 5.15.2; then
RDEPEND+=" dev-qt/qtchooser"
fi

###### Phase functions ######

Expand Down

0 comments on commit 3f710a4

Please sign in to comment.