Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 02 Dec 2017 19:23:54
Message-Id: 1512242618.c47e50c0541e15287048412042912a7ee85e977e.asturm@gentoo
1 commit: c47e50c0541e15287048412042912a7ee85e977e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 17:40:11 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 19:23:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47e50c0
7
8 kde5-functions.eclass: Fix eclassdoc
9
10 eclass/kde5-functions.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 6cd4ba96038..36d61f8fc50 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -26,10 +26,9 @@ esac
18 # @DESCRIPTION:
19 # If PV matches "*9999*", this is automatically set to "live".
20 # Otherwise, this is automatically set to "release".
21 +KDE_BUILD_TYPE="release"
22 if [[ ${PV} = *9999* ]]; then
23 KDE_BUILD_TYPE="live"
24 -else
25 - KDE_BUILD_TYPE="release"
26 fi
27 export KDE_BUILD_TYPE
28
29 @@ -72,6 +71,7 @@ esac
30 # kde5_pkg_pretend and kde5_pkg_setup.
31
32 # @ECLASS-VARIABLE: KDEBASE
33 +# @DEFAULT_UNSET
34 # @DESCRIPTION:
35 # This gets set to a non-zero value when a package is considered a
36 # kdevelop ebuild.