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: Thu, 03 Feb 2022 17:14:13
Message-Id: 1643908217.6fba24b57f21a1c16fab5d707acd9f533fc0327f.asturm@gentoo
1 commit: 6fba24b57f21a1c16fab5d707acd9f533fc0327f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 17:10:17 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 17:10:17 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6fba24b5
7
8 kde.org.eclass: Mark KDE Gear 21.12.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 57958a44a0..a803cab662 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -135,7 +135,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-apps-21.12.2 )
24 +KDE_UNRELEASED=( )
25
26 HOMEPAGE="https://kde.org/"