commit: deefeaa09245bd887952b24c5a1003cd8d02a2a4
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 16:00:46 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 16:00:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=deefeaa0
eclass: KDE Frameworks 5.14 is available now. Fix category name.
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ff9d645..fb8ea23 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -112,7 +112,7 @@ fi
# An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
# Any package matching this will have fetch restriction enabled, and receive
# a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-applications-15.08.1 kde-frameworks-5.14.0 )
+KDE_UNRELEASED=( kde-apps-15.08.1 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"