summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebchannel
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/qtwebchannel
parent6a7f0c68767a0fda8862b1c4847053658feb7e82 (diff)
dev-qt : force our Qt5 ebuilds to use our eclass
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r--dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild
index cef85fa7..451bb8b6 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit qt5-build
+inherit qt5-build-r10000
DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
@@ -22,5 +22,5 @@ src_prepare() {
qt_use_disable_mod qml quick src/src.pro
qt_use_disable_mod qml qml src/webchannel/webchannel.pro
- qt5-build_src_prepare
+ qt5-build-r10000_src_prepare
}