diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-10-07 14:26:12 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-08 12:46:26 +1100 |
commit | 0ac00959d3bdae1f1480febe27f04526a32e61d7 (patch) | |
tree | 238490ba828a601cb72f71a2e0e35f5c88c425e7 /eclass | |
parent | qt5-build.eclass: drop insecure git:// URL from EGIT_REPO_URI (diff) | |
download | gentoo-0ac00959d3bdae1f1480febe27f04526a32e61d7.tar.gz gentoo-0ac00959d3bdae1f1480febe27f04526a32e61d7.tar.bz2 gentoo-0ac00959d3bdae1f1480febe27f04526a32e61d7.zip |
qt5-build.eclass: don't add a test dependency for dev-qt/qtwebkit
The test dependency for dev-qt/qtwebkit will now be handled manually in that
ebuild as pinned Qt dependencies are no longer used there.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index fca63af4b889..d933767b4a52 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -114,7 +114,7 @@ DEPEND=" dev-lang/perl virtual/pkgconfig " -if [[ ${PN} != qttest ]]; then +if [[ ${PN} != qttest && (${PN} != qtwebkit && ${QT5_MINOR_VERSION} -ge 9) ]]; then DEPEND+=" test? ( ~dev-qt/qttest-${PV} )" fi RDEPEND=" |