summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-15 11:47:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-15 11:58:31 +0100
commit4e568174aa19163f69bd9e270766a5a8fa922863 (patch)
treecb037956c9f1c4569b00032e8e6d4bb2f84d5c71 /kde-apps/akonadiconsole
parentsys-apps/portage: Backport setup.py install depr. patch (diff)
downloadgentoo-4e568174aa19163f69bd9e270766a5a8fa922863.tar.gz
gentoo-4e568174aa19163f69bd9e270766a5a8fa922863.tar.bz2
gentoo-4e568174aa19163f69bd9e270766a5a8fa922863.zip
kde-apps/akonadiconsole: Drop bogus dep
Upstream commit 4fe103f9e4b639cfbe39714ad52e8250b92d61df Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-21.08.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/akonadiconsole-21.08.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-21.08.3.ebuild
index 1fb49cc99e52..840f3c5eb99b 100644
--- a/kde-apps/akonadiconsole/akonadiconsole-21.08.3.ebuild
+++ b/kde-apps/akonadiconsole/akonadiconsole-21.08.3.ebuild
@@ -47,3 +47,8 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_bogus_dep KF5 GrantleeTheme
+}