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, 06 Sep 2018 17:23:07
Message-Id: 1536254510.116dd1ff40c3de566ec9a72df578dcfa9201da38.asturm@gentoo
1 commit: 116dd1ff40c3de566ec9a72df578dcfa9201da38
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 17:21:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 17:21:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=116dd1ff
7
8 kde5.eclass: Mark KDE Applications 18.08.1 as released
9
10 Keeping it masked until release of KDE Frameworks 5.50 though.
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 5680aca2da..8fd572796b 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -165,7 +165,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.50.0 kde-apps-18.08.1 )
24 +KDE_UNRELEASED=( kde-frameworks-5.50.0 )
25
26 if [[ ${KDEBASE} = kdevelop ]]; then
27 HOMEPAGE="https://www.kdevelop.org/"