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, 09 Jan 2020 17:52:16
Message-Id: 1578590784.1e20102f8e6286856c1a1896b410224006c30c35.asturm@gentoo
1 commit: 1e20102f8e6286856c1a1896b410224006c30c35
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 17:26:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 17:26:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e20102f
7
8 kde.org.eclass: Mark KDE Release Service 19.12.1 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 77e7cbc4a1..fe82883fc5 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -67,7 +67,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-19.12.1 kde-frameworks-5.66.0 )
24 +KDE_UNRELEASED=( kde-frameworks-5.66.0 )
25
26 HOMEPAGE="https://kde.org/"