Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Fri, 09 Oct 2020 13:51:36
Message-Id: 1602247870.7bdb2611cace12e7a2a83b265164f0c2a953a05a.asturm@gentoo
1 commit: 7bdb2611cace12e7a2a83b265164f0c2a953a05a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 12:51:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 12:51:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7bdb2611
7
8 kde.org.eclass: Mark KDE Release Service 20.08.2 as released
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde.org.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
16 index f84edc3781..08c6e52c29 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -114,7 +114,7 @@ esac
20 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
21 # Any package matching this will have fetch restriction enabled, and receive
22 # a proper error message via pkg_nofetch.
23 -KDE_UNRELEASED=( kde-frameworks-5.75.0 kde-apps-20.08.2 kde-plasma-5.20.0 )
24 +KDE_UNRELEASED=( kde-frameworks-5.75.0 kde-plasma-5.20.0 )
25
26 HOMEPAGE="https://kde.org/"