From 88a80f7fd189ed9ef81c6da078ae4e214ba6623e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 5 Dec 2018 00:52:07 +0100 Subject: qt5-build.eclass: Drop obsolete qtwebkit quirks Remaining qtwebkit ebuild uses CMake. Signed-off-by: Andreas Sturmlechner --- eclass/qt5-build.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index ee4875deaad0..70f2bed9e4eb 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -123,14 +123,13 @@ esac IUSE="debug test" -[[ ${PN} == qtwebkit ]] && RESTRICT+=" mirror" # bug 524584 [[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182 DEPEND=" dev-lang/perl virtual/pkgconfig " -if [[ (${PN} != qttest && ${PN} != qtwebkit) || (${PN} == qtwebkit && ${QT5_MINOR_VERSION} -lt 9) ]]; then +if [[ ${PN} != qttest ]]; then DEPEND+=" test? ( ~dev-qt/qttest-${PV} )" fi RDEPEND=" @@ -147,7 +146,7 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install sr # Unpacks the sources. qt5-build_src_unpack() { # bug 307861 - if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then + if [[ ${PN} == qtwebengine ]]; then eshopts_push -s extglob if is-flagq '-g?(gdb)?([1-9])'; then ewarn -- cgit v1.2.3-65-gdbad