forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kmix: backport patch from upstream to remove unused dependency.
Gentoo-bug: 558386 Package-Manager: portage-2.2.20.1
- Loading branch information
Michael Palimaka
committed
Aug 25, 2015
1 parent
afd4a0b
commit b3ef108
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From ea58dd9a8cba08566ce6045341a5695d688abb45 Mon Sep 17 00:00:00 2001 | ||
From: Michael Palimaka <[email protected]> | ||
Date: Thu, 20 Aug 2015 04:41:45 +1000 | ||
Subject: [PATCH] Remove unused dependency. | ||
|
||
REVIEW: | ||
--- | ||
CMakeLists.txt | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 01afa4a..85886c0 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -43,7 +43,6 @@ if (KMIX_KF5_BUILD) | ||
I18n | ||
XmlGui | ||
DBusAddons | ||
- KCMUtils | ||
KDELibs4Support) | ||
find_package(KF5ConfigWidgets) | ||
find_package(KF5IconThemes) | ||
-- | ||
2.4.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters