diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-10 12:42:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-10 12:42:22 +0000 |
commit | 8ba32b38ce6f84fb972a4fc37a33b0c671339c19 (patch) | |
tree | b5b655061b56fa4463d0ee8aa3b1cff4a02ebf54 /dev-qt/qtwayland | |
parent | 6a7f0c68767a0fda8862b1c4847053658feb7e82 (diff) |
dev-qt : force our Qt5 ebuilds to use our eclass
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 } |