qt5-build.eclass: Drop obsolete pre-5.15.2 quirk

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-01-10 17:13:20 +01:00
parent 117f9248b0
commit 3f710a4cbc

View File

@@ -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 ######