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: Wed, 08 May 2019 06:09:44
Message-Id: 1557265263.d10f88b18009ff9b41ddd60091c3a3af23adfb1a.asturm@gentoo
1 commit: d10f88b18009ff9b41ddd60091c3a3af23adfb1a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 08:51:43 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 21:41:03 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d10f88b1
7
8 kde5.eclass: Mark KDE Applications 19.04.1 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 40a146e33c..9d6ef09bf9 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-apps-19.04.1 )
25
26 HOMEPAGE="https://kde.org/"
27 LICENSE="GPL-2"