Skip to content

Commit

Permalink
qt5-build.eclass: Drop obsolete qtwebkit quirks
Browse files Browse the repository at this point in the history
Remaining qtwebkit ebuild uses CMake.

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 8, 2018
1 parent c4945b2 commit 88a80f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand All @@ -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
Expand Down

0 comments on commit 88a80f7

Please sign in to comment.