Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/
Date: Wed, 02 Aug 2017 23:22:35
Message-Id: 1501715836.29ba17ad7f46bfeb01233defb2fe13d92f55c868.asturm@gentoo
1 commit: 29ba17ad7f46bfeb01233defb2fe13d92f55c868
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 22:40:27 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 23:17:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ba17ad
7
8 kde-apps/kwave: Fix USE=handbook DEPENDs
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 kde-apps/kwave/kwave-17.04.3.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/kde-apps/kwave/kwave-17.04.3.ebuild b/kde-apps/kwave/kwave-17.04.3.ebuild
16 index ef589c02a02..cc653c11f11 100644
17 --- a/kde-apps/kwave/kwave-17.04.3.ebuild
18 +++ b/kde-apps/kwave/kwave-17.04.3.ebuild
19 @@ -56,7 +56,10 @@ DEPEND="${RDEPEND}
20 $(add_kdeapps_dep poxml)
21 $(add_qt_dep qtconcurrent)
22 sys-devel/gettext
23 - virtual/imagemagick-tools[png,svg]
24 + handbook? ( || (
25 + gnome-base/librsvg
26 + virtual/imagemagick-tools[png,svg]
27 + ) )
28 "
29
30 DOCS=( AUTHORS CHANGES LICENSES README TODO )