commit: ed69c4c2de3cba2ff55b7d29300314679d3c8ca2
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Sep 15 18:17:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 18:17:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed69c4c2
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 1acfcea..062d3b0 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
}