summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-10 12:42:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-10 12:42:22 +0000
commit8ba32b38ce6f84fb972a4fc37a33b0c671339c19 (patch)
treeb5b655061b56fa4463d0ee8aa3b1cff4a02ebf54 /dev-qt/qtwebengine
parent6a7f0c68767a0fda8862b1c4847053658feb7e82 (diff)
dev-qt : force our Qt5 ebuilds to use our eclass
Diffstat (limited to 'dev-qt/qtwebengine')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild
index f9335096..ee253d3b 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9.3.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"
@@ -95,7 +95,7 @@ src_prepare() {
qt_use_disable_mod widgets widgets src/src.pro
- qt5-build_src_prepare
+ qt5-build-r10000_src_prepare
}
src_configure() {
@@ -107,11 +107,11 @@ src_configure() {
$(usex system-ffmpeg 'WEBENGINE_CONFIG+=use_system_ffmpeg' '')
$(usex system-icu 'WEBENGINE_CONFIG+=use_system_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