kde-frameworks/purpose: Fix IUSE=bluetooth

Reported-by: diddly (in #gentoo-kde)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-01-24 16:09:57 +01:00
parent cfae04837c
commit 73ccb3e199
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ RESTRICT+=" test"
src_prepare() {
ecm_src_prepare
cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
use bluetooth ||
cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
}
src_configure() {

View File

@@ -42,7 +42,9 @@ RESTRICT+=" test"
src_prepare() {
ecm_src_prepare
cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
use bluetooth ||
cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
}
src_configure() {