commit: 7bdb2611cace12e7a2a83b265164f0c2a953a05a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 9 12:51:10 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 12:51:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7bdb2611
kde.org.eclass: Mark KDE Release Service 20.08.2 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 f84edc3781..08c6e52c29 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -114,7 +114,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-frameworks-5.75.0 kde-apps-20.08.2 kde-plasma-5.20.0 ) +KDE_UNRELEASED=( kde-frameworks-5.75.0 kde-plasma-5.20.0 ) HOMEPAGE="https://kde.org/"
