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: Sun, 03 May 2020 00:04:15
Message-Id: 1588375019.d68231745b96bd5348a4593430c44fb85242dff8.asturm@gentoo
1 commit: d68231745b96bd5348a4593430c44fb85242dff8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 23:10:18 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 23:16:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6823174
7
8 kde.org.eclass: Mark KDE Frameworks 5.70.0 unreleased
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde.org.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
16 index f2e6f03b22..5db8feb30e 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -67,7 +67,7 @@ esac
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-frameworks-5.70.0 )
25
26 HOMEPAGE="https://kde.org/"