commit: bedd1678c2e255908db1febb635925a54a563342
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 12:32:20 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 13:48:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bedd1678
kde5.eclass: Mark KDE Applications 18.12.0 as released
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ce0433fc01..29a4e213ce 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -165,7 +165,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-apps-18.12.0 )
+KDE_UNRELEASED=( )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"