Skip to content

Commit

Permalink
kde-apps/kmix: backport patch from upstream to remove unused dependency.
Browse files Browse the repository at this point in the history
Gentoo-bug: 558386

Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Palimaka committed Aug 25, 2015
1 parent afd4a0b commit b3ef108
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
25 changes: 25 additions & 0 deletions kde-apps/kmix/files/kmix-15.08.0-deps.patch
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

5 changes: 4 additions & 1 deletion kde-apps/kmix/kmix-15.08.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
PATCHES=(
"${FILESDIR}/${PN}-15.04.2-alsa-optional.patch"
"${FILESDIR}/${PN}-15.08.0-deps.patch"
)

src_configure() {
local mycmakeargs=(
Expand Down

0 comments on commit b3ef108

Please sign in to comment.