summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-10 17:13:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-10 17:13:58 +0100
commit3f710a4cbc3631d958c486f3202369208cd1fcc8 (patch)
tree57e96afb1de2c0488bc64359c3251ae0a9522b40 /eclass
parentnet-libs/nodejs: remove old (diff)
downloadgentoo-3f710a4cbc3631d958c486f3202369208cd1fcc8.tar.gz
gentoo-3f710a4cbc3631d958c486f3202369208cd1fcc8.tar.bz2
gentoo-3f710a4cbc3631d958c486f3202369208cd1fcc8.zip
qt5-build.eclass: Drop obsolete pre-5.15.2 quirk
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index dce88d642cc0..99fe5db77053 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -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 ######