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, 19 Sep 2019 15:48:02
Message-Id: 1568907911.9c56481f0c8b8743af896cfbd214df6024a33d34.asturm@gentoo
1 commit: 9c56481f0c8b8743af896cfbd214df6024a33d34
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 10:43:59 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 15:45:11 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c56481f
7
8 kde5.eclass: Mark KDE Plasma 5.16.90 (5.17 beta) unreleased
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 b498d7e7a2..9bb19a0251 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -148,7 +148,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=( )
24 +KDE_UNRELEASED=( kde-plasma-5.16.90 )
25
26 HOMEPAGE="https://kde.org/"
27 LICENSE="GPL-2"