Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 09 Sep 2017 11:21:45
Message-Id: 1504956028.39ce486c032a4c71a1c0d7deaae0b3aae17f357e.johu@gentoo
1 commit: 39ce486c032a4c71a1c0d7deaae0b3aae17f357e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 11:20:28 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 11:20:28 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=39ce486c
7
8 kde5.eclass: Mark KDE Frameworks 5.38.0 as released
9
10 eclass/kde5.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index 9870e73a2f..17763f1640 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -136,7 +136,7 @@ fi
18 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
19 # Any package matching this will have fetch restriction enabled, and receive
20 # a proper error message via pkg_nofetch.
21 -KDE_UNRELEASED=( kde-frameworks-5.38.0 )
22 +KDE_UNRELEASED=( )
23
24 if [[ ${KDEBASE} = kdevelop ]]; then
25 HOMEPAGE="https://www.kdevelop.org/"