summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/kde5.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 3e43213d7ef..1cb707be924 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -151,13 +151,13 @@ fi
# For any other value, that value will be used as subslot.
: ${KDE_SUBSLOT:=false}
-# @ECLASS-VARIABLE: KDE_UNRELEASED
+# @ECLASS-VARIABLE: KDE_fUNRELEASED
# @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_UNRELEASED=( kde-frameworks-5.61.0 )
HOMEPAGE="https://kde.org/"
LICENSE="GPL-2"