From ed69c4c2de3cba2ff55b7d29300314679d3c8ca2 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 16 Sep 2016 04:17:25 +1000 Subject: [PATCH] kde-apps/calendarjanitor: Fix file collision console.categories currently only has an entry for konsolekalendar. Gentoo-bug: 593886 Package-Manager: portage-2.3.0 --- kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild b/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild index 1acfcea06a57a..062d3b0a18811 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild @@ -37,5 +37,6 @@ fi src_prepare() { cmake_comment_add_subdirectory konsolekalendar + sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die kde5_src_prepare }