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 1F0C1139695 for ; Wed, 2 Aug 2017 23:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6645CE0D1F; Wed, 2 Aug 2017 23:22:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3E457E0D26 for ; Wed, 2 Aug 2017 23:22:42 +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 697A8341873 for ; Wed, 2 Aug 2017 23:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3144075EF for ; Wed, 2 Aug 2017 23:22:40 +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: <1501715320.57baf389da548da3a930a189bb8c91f6c6e1b32d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwave/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kwave/kwave-17.08.49.9999.ebuild kde-apps/kwave/kwave-9999.ebuild X-VCS-Directories: kde-apps/kwave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 57baf389da548da3a930a189bb8c91f6c6e1b32d X-VCS-Branch: master Date: Wed, 2 Aug 2017 23:22:40 +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: d9e0947b-1491-47cc-8fa9-238615b5d9e0 X-Archives-Hash: 5108859f007f19d0cd9fd1f0e3ef2546 commit: 57baf389da548da3a930a189bb8c91f6c6e1b32d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 22:50:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 23:08:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57baf389 kde-apps/kwave: Fix USE=handbook DEPENDs Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kwave/kwave-17.08.49.9999.ebuild | 5 ++++- kde-apps/kwave/kwave-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/kwave/kwave-17.08.49.9999.ebuild b/kde-apps/kwave/kwave-17.08.49.9999.ebuild index 9ac8bc153a..4fc5f89f7a 100644 --- a/kde-apps/kwave/kwave-17.08.49.9999.ebuild +++ b/kde-apps/kwave/kwave-17.08.49.9999.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 ) diff --git a/kde-apps/kwave/kwave-9999.ebuild b/kde-apps/kwave/kwave-9999.ebuild index 9ac8bc153a..4fc5f89f7a 100644 --- a/kde-apps/kwave/kwave-9999.ebuild +++ b/kde-apps/kwave/kwave-9999.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 )