summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-12 18:00:46 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-12 18:00:46 +0200
commitdeefeaa09245bd887952b24c5a1003cd8d02a2a4 (patch)
treeff36659eec400b8ea5faf0fd7be28049f951ebfb /eclass/kde5.eclass
parent0174d00b87d397b65e4a176582fc536429b46700 (diff)
downloadkde-deefeaa09245bd887952b24c5a1003cd8d02a2a4.tar.gz
kde-deefeaa09245bd887952b24c5a1003cd8d02a2a4.tar.bz2
kde-deefeaa09245bd887952b24c5a1003cd8d02a2a4.zip
eclass: KDE Frameworks 5.14 is available now. Fix category name.
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ff9d6458667..fb8ea23ab7c 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/"