diff options
Diffstat (limited to 'eclass/kde5.eclass')
| -rw-r--r-- | eclass/kde5.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 1ffc4273416..38c0d0f1252 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" |
