diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 02:27:50 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 02:28:55 +1000 |
commit | b3ef10875a9cbb4268875e4006e94ab750f560aa (patch) | |
tree | 0aebf15f915945831525cd7847e6dcba2406ea47 /kde-apps | |
parent | net-libs/nghttp2: drop old versions (diff) | |
download | gentoo-b3ef10875a9cbb4268875e4006e94ab750f560aa.tar.gz gentoo-b3ef10875a9cbb4268875e4006e94ab750f560aa.tar.bz2 gentoo-b3ef10875a9cbb4268875e4006e94ab750f560aa.zip |
kde-apps/kmix: backport patch from upstream to remove unused dependency.
Gentoo-bug: 558386
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kmix/files/kmix-15.08.0-deps.patch | 25 | ||||
-rw-r--r-- | kde-apps/kmix/kmix-15.08.0.ebuild | 5 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-apps/kmix/files/kmix-15.08.0-deps.patch b/kde-apps/kmix/files/kmix-15.08.0-deps.patch new file mode 100644 index 000000000000..5a0235963221 --- /dev/null +++ b/kde-apps/kmix/files/kmix-15.08.0-deps.patch @@ -0,0 +1,25 @@ +From ea58dd9a8cba08566ce6045341a5695d688abb45 Mon Sep 17 00:00:00 2001 +From: Michael Palimaka <kensington@gentoo.org> +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 + diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild index 8fe35a265181..ae2e6baac06f 100644 --- a/kde-apps/kmix/kmix-15.08.0.ebuild +++ b/kde-apps/kmix/kmix-15.08.0.ebuild @@ -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=( |