mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/kdevplatform: Remove bogus deps
Gentoo-bug: 595116
This commit is contained in:
committed by
Michael Palimaka
parent
30e42354a4
commit
d9696ae28b
@@ -0,0 +1,24 @@
|
||||
commit 9d2423f20458d735454b9917b4b0f5e39a7929f5
|
||||
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
|
||||
Date: Sun Oct 16 09:36:03 2016 +0200
|
||||
|
||||
Remove unused dependencies
|
||||
|
||||
Qt5Quick, Qt5QuickWidgets only used in welcomepage
|
||||
|
||||
REVIEW: 129196
|
||||
|
||||
diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt
|
||||
index 97666f3..118acf1 100644
|
||||
--- a/shell/CMakeLists.txt
|
||||
+++ b/shell/CMakeLists.txt
|
||||
@@ -121,9 +121,6 @@ LINK_PUBLIC
|
||||
KDev::OutputView
|
||||
KDev::Interfaces
|
||||
LINK_PRIVATE
|
||||
- Qt5::Quick
|
||||
- Qt5::QuickWidgets
|
||||
-
|
||||
KF5::GuiAddons
|
||||
KF5::ConfigWidgets
|
||||
KF5::IconThemes
|
||||
@@ -70,8 +70,12 @@ RDEPEND="${COMMON_DEPEND}
|
||||
!dev-util/kdevplatform:4
|
||||
"
|
||||
|
||||
REQUIRED_USE="test? ( welcomepage )"
|
||||
|
||||
RESTRICT+=" test"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-unused-deps.patch" )
|
||||
|
||||
src_prepare() {
|
||||
kde5_src_prepare
|
||||
# root tests subdirectory actually does not contain tests, installs stuff
|
||||
|
||||
Reference in New Issue
Block a user