diff options
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.ebuild')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.ebuild index 7f4acf24..b58dbcfc 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.1-r1337.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 } |