summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-03-03 10:16:35 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-03-03 10:18:11 +1100
commit36b4ac4bbe37933548f5dda20ddee059aae58fa2 (patch)
tree22ce047a5b7642f1e51d44e74810eaed1bb07378
parentsys-devel/crossdev: bump up to 20180302, bug #589672 (diff)
downloadgentoo-36b4ac4b.tar.gz
gentoo-36b4ac4b.tar.bz2
gentoo-36b4ac4b.zip
net-nntp/kwooty: backport patch from upstream removing unused dependency
Closes: https://bugs.gentoo.org/649374 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch24
-rw-r--r--net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild4
2 files changed, 27 insertions, 1 deletions
diff --git a/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch b/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
new file mode 100644
index 000000000000..2dc7b98f5387
--- /dev/null
+++ b/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
@@ -0,0 +1,24 @@
+From 4def0398b312ff3f4d769ef39897a12516a52a83 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka <kensington@gentoo.org>
+Date: Sat, 3 Mar 2018 10:13:10 +1100
+Subject: [PATCH] Remove unused dependency.
+
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6200c66..e40df79 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -23,7 +23,6 @@ include(ECMAddAppIcon)
+ set(KF5_VERSION "5.9.0")
+ find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
+-find_package(KF5NotifyConfig ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5Service ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
+--
+2.16.1
+
diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
index 63904060a2a8..4013bbe362bd 100644
--- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
+++ b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
!net-nntp/kwooty:4
"
+PATCHES=( "${FILESDIR}/${P}-dep.patch" )
+
src_prepare() {
kde5_src_prepare