commit: 887b84b41ee083c8c57c567f27e23ca4ec2693d5
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Sun Sep 6 11:20:29 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 11:20:29 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=887b84b4
eclass: Mark Frameworks 5.14.0 as unreleased.
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 81fd3b5..5f8b828 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-plasma-5.4.1 )
+KDE_UNRELEASED=( kde-plasma-5.4.1 kde-frameworks-5.14.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"