diff options
Diffstat (limited to 'dev-qt/qtwebengine')
-rw-r--r-- | dev-qt/qtwebengine/qtwebengine-5.11.1-r1337.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-5.11.1-r1337.ebuild b/dev-qt/qtwebengine/qtwebengine-5.11.1-r1337.ebuild index 495c4d06..bc55f9cb 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.11.1-r1337.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.11.1-r1337.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit multiprocessing pax-utils python-any-r1 qt5-build +inherit multiprocessing pax-utils python-any-r1 qt5-build-r10000 DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications" @@ -105,7 +105,7 @@ src_prepare() { qt_use_disable_mod widgets widgets src/src.pro - qt5-build_src_prepare + qt5-build-r10000_src_prepare } src_configure() { @@ -123,11 +123,11 @@ src_configure() { $(usex system-ffmpeg '-ffmpeg' '') $(usex system-icu '-webengine-icu' '') ) - qt5-build_src_configure + qt5-build-r10000_src_configure } src_install() { - qt5-build_src_install + qt5-build-r10000_src_install # bug 601472 if [[ ! -f ${D%/}${QT5_LIBDIR}/libQt5WebEngine.so ]]; then |