Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qbs/
Date: Sat, 27 May 2017 16:48:37
Message-Id: 1495903707.4f84411563fb37fc8d199226f99b0f19d99550a3.pesa@gentoo
1 commit: 4f84411563fb37fc8d199226f99b0f19d99550a3
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 27 16:47:48 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 16:48:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f844115
7
8 dev-util/qbs: fix install phase with USE=doc
9
10 Thanks to Sven Eden for reporting.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-util/qbs/qbs-1.8.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/qbs/qbs-1.8.0-r1.ebuild b/dev-util/qbs/qbs-1.8.0-r1.ebuild
18 index d2cb3eae1ea..ee6d9372baf 100644
19 --- a/dev-util/qbs/qbs-1.8.0-r1.ebuild
20 +++ b/dev-util/qbs/qbs-1.8.0-r1.ebuild
21 @@ -104,7 +104,7 @@ src_install() {
22 # install documentation
23 if use doc; then
24 emake docs
25 - dodoc -r doc/html
26 + dodoc -r doc/qbs/html
27 dodoc doc/qbs.qch
28 docompress -x /usr/share/doc/${PF}/qbs.qch
29 fi