diff options
Diffstat (limited to 'dev-qt/qtwebsockets/qtwebsockets-5.11.1-r1337.ebuild')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.11.1-r1337.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.11.1-r1337.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.11.1-r1337.ebuild index 362a0a81..c78e6beb 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.11.1-r1337.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-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="Implementation of the WebSocket protocol for the Qt5 framework" @@ -23,5 +23,5 @@ RDEPEND="${DEPEND}" src_prepare() { qt_use_disable_mod qml quick src/src.pro - qt5-build_src_prepare + qt5-build-r10000_src_prepare } |