diff options
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild | 4 |
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 } |