commit: 009c3d434e477c2ba0e6079e465d25582c735133
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 20:03:35 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 20:03:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=009c3d43
kde5.eclass: Mark KDE Frameworks 5.61.0 as released
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5.eclass | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1ffc427341..38c0d0f125 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -151,13 +151,14 @@ fi
# For any other value, that value will be used as subslot.
: ${KDE_SUBSLOT:=false}
-# @ECLASS-VARIABLE: KDE_fUNRELEASED
+# @ECLASS-VARIABLE: KDE_UNRELEASED
# @INTERNAL
# @DESCRIPTION
# 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-frameworks-5.61.0 kde-apps-19.08.0 )
+KDE_UNRELEASED=( kde-apps-19.08.0 )
+
HOMEPAGE="https://kde.org/"
LICENSE="GPL-2"