diff options
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.9.3.ebuild b/dev-qt/qtwayland/qtwayland-5.9.3.ebuild index 893af222..2f7c06cb 100644 --- a/dev-qt/qtwayland/qtwayland-5.9.3.ebuild +++ b/dev-qt/qtwayland/qtwayland-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="Wayland platform plugin for Qt" @@ -35,5 +35,5 @@ src_prepare() { use xcomposite || rm -r config.tests/xcomposite || die - qt5-build_src_prepare + qt5-build-r10000_src_prepare } |