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: Tue, 06 Jul 2021 17:23:25
Message-Id: 1625592183.35ea32640b2c2cfb329bf1acb1143f1051157451.asturm@gentoo
1 commit: 35ea32640b2c2cfb329bf1acb1143f1051157451
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 17:23:03 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 17:23:03 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=35ea3264
7
8 kde.org.eclass: Mark KDE Gear 21.04.3 unreleased
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 26aeaea08b..d0693d9c0b 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -128,7 +128,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.84.0 )
24 +KDE_UNRELEASED=( kde-frameworks-5.84.0 kde-apps-21.04.3 )
25
26 HOMEPAGE="https://kde.org/"