From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3893139694 for ; Wed, 2 Aug 2017 23:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0747E0C75; Wed, 2 Aug 2017 23:22:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCD7AE0C75 for ; Wed, 2 Aug 2017 23:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A219C341892 for ; Wed, 2 Aug 2017 23:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C42275F0 for ; Wed, 2 Aug 2017 23:22:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1501715836.29ba17ad7f46bfeb01233defb2fe13d92f55c868.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kwave/kwave-17.04.3.ebuild X-VCS-Directories: kde-apps/kwave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 29ba17ad7f46bfeb01233defb2fe13d92f55c868 X-VCS-Branch: master Date: Wed, 2 Aug 2017 23:22:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa3db151-f680-4ce1-a361-85bd3eb93d95 X-Archives-Hash: 23fe7719ffb7da237b2d5243449693c0 commit: 29ba17ad7f46bfeb01233defb2fe13d92f55c868 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 22:40:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 23:17:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ba17ad kde-apps/kwave: Fix USE=handbook DEPENDs Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kwave/kwave-17.04.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/kwave/kwave-17.04.3.ebuild b/kde-apps/kwave/kwave-17.04.3.ebuild index ef589c02a02..cc653c11f11 100644 --- a/kde-apps/kwave/kwave-17.04.3.ebuild +++ b/kde-apps/kwave/kwave-17.04.3.ebuild @@ -56,7 +56,10 @@ DEPEND="${RDEPEND} $(add_kdeapps_dep poxml) $(add_qt_dep qtconcurrent) sys-devel/gettext - virtual/imagemagick-tools[png,svg] + handbook? ( || ( + gnome-base/librsvg + virtual/imagemagick-tools[png,svg] + ) ) " DOCS=( AUTHORS CHANGES LICENSES README TODO )