Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 05 Oct 2016 18:42:48
Message-Id: 1475692952.7b167da37f3e54c61cb58b3616c7f4b762e228de.kensington@gentoo
1 commit: 7b167da37f3e54c61cb58b3616c7f4b762e228de
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 14:19:37 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 18:42:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b167da3
7
8 kde5.eclass: Update comment
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 3c20284..c032ab8 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -225,7 +225,7 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then
18 S=${WORKDIR}/${KMNAME}-${PV}
19 fi
20
21 -# Drop this when kdepim is finally split upstream
22 +# FIXME: Drop this when kdepim-16.08.x is no more
23 if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KMNAME} = kdepim ]]; then
24 S="${S}/${PN}"
25 fi