summaryrefslogtreecommitdiff
path: root/dev-qt/qtbluetooth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-10 12:42:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-10 12:42:22 +0000
commit8ba32b38ce6f84fb972a4fc37a33b0c671339c19 (patch)
treeb5b655061b56fa4463d0ee8aa3b1cff4a02ebf54 /dev-qt/qtbluetooth
parent6a7f0c68767a0fda8862b1c4847053658feb7e82 (diff)
dev-qt : force our Qt5 ebuilds to use our eclass
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r--dev-qt/qtbluetooth/qtbluetooth-5.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9.3.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9.3.ebuild
index e2b130a1..66bece29 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9.3.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
QT5_MODULE="qtconnectivity"
-inherit qt5-build
+inherit qt5-build-r10000
DESCRIPTION="Bluetooth support library for the Qt5 framework"
@@ -29,5 +29,5 @@ src_prepare() {
qt_use_disable_mod qml quick src/src.pro
- qt5-build_src_prepare
+ qt5-build-r10000_src_prepare
}