Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@×××××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-assistant/
Date: Sat, 31 Mar 2012 19:02:51
Message-Id: 1333220503.30c34e792f84e5136cc861b3a055fabbb4e08184.kensington@gentoo
1 commit: 30c34e792f84e5136cc861b3a055fabbb4e08184
2 Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
3 AuthorDate: Sat Mar 31 19:01:43 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
5 CommitDate: Sat Mar 31 19:01:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=30c34e79
7
8 [x11-libs/qt-assistant] Restore qch_docs conditional causing build failure.
9
10 (Portage version: 2.1.10.52/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild
17 index f3bef74..c0643af 100644
18 --- a/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild
19 +++ b/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild
20 @@ -100,7 +100,8 @@ src_compile() {
21
22 if use doc; then
23 emake docs
24 - else
25 + # live ebuild cannot build qch_docs. It will build them through emake docs
26 + elif [[ ${QT4_BUILD_TYPE} == release ]]; then
27 emake qch_docs
28 fi
29 }