commit: 7c859941ce1232284096713654fc87dd4f9738b5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 22 18:20:09 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 18:20:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c859941
kde.org.eclass: Mark KDE Gear 21.04.0 as released Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index fef8b31735..fee743ed13 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -119,7 +119,7 @@ esac # 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-21.04.0 ) +KDE_UNRELEASED=( ) HOMEPAGE="https://kde.org/"
