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 Jun 2019 20:11:48
Message-Id: 1559848598.c8642cc9d7bda21097ac8104dccb166f9f7a9c2b.asturm@gentoo
1 commit: c8642cc9d7bda21097ac8104dccb166f9f7a9c2b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 18:42:22 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 19:16:38 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8642cc9
7
8 kde5.eclass: Mark KDE Plasma 5.16.0 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 1b1518f52f..dd08d12174 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -157,7 +157,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.0 )
25 HOMEPAGE="https://kde.org/"
26 LICENSE="GPL-2"