Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 05 Feb 2011 16:25:13
Message-Id: 10e1d2653e8a4bffd263671b6056debc84cda0c7.scarabeus@gentoo
1 commit: 10e1d2653e8a4bffd263671b6056debc84cda0c7
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 17:24:50 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 17:26:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=10e1d265
7
8 [eclass] Fix handbook disappearing with live stuff.
9
10 ---
11 eclass/kde4-base.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
15 index 5b6dffb..7eea817 100644
16 --- a/eclass/kde4-base.eclass
17 +++ b/eclass/kde4-base.eclass
18 @@ -180,7 +180,7 @@ KDE_HANDBOOK="${KDE_HANDBOOK:-never}"
19 # Set this varible if you want your live package to manage its
20 # translations. (Mostly all kde ebuilds does not ship documentation
21 # and translations in live ebuilds)
22 -if [[ ${BUILD_TYPE} == live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then
23 +if [[ ${BUILD_TYPE} == live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} && ${KDEBASE} != "kde-base" ]]; then
24 KDE_HANDBOOK=never
25 KDE_LINGUAS=""
26 fi