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: Sat, 09 Feb 2019 14:26:04
Message-Id: 1549719160.db66713c646b7ad86c7938eae2029fb34f6f3275.asturm@gentoo
1 commit: db66713c646b7ad86c7938eae2029fb34f6f3275
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 13:32:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 13:32:40 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db66713c
7
8 kde5.eclass: Mark KDE Frameworks 5.55.0 as released
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index 86146f1a95..26637fc2fd 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -158,7 +158,7 @@ fi
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.55.0 kde-plasma-5.15.0 )
24 +KDE_UNRELEASED=( kde-plasma-5.15.0 )
25
26 if [[ ${KDEBASE} = kdevelop ]]; then
27 HOMEPAGE="https://www.kdevelop.org/"