commit: 363f1ff00155fed8bdfef31b003417cf4da7054e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 15:31:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 20:44:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363f1ff0
kde5.eclass: Drop obsolete KMNAME=kdepim HOMEPAGE switch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5.eclass | 2 --
1 file changed, 2 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d7b5eb7f15e..68bd5968cba 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -161,8 +161,6 @@ KDE_UNRELEASED=( )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"
-elif [[ ${KMNAME} = kdepim ]]; then
- HOMEPAGE="https://kde.org/applications/office/kontact/"
else
HOMEPAGE="https://kde.org/"
fi