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 4A648139694 for ; Sun, 7 May 2017 15:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 817EAE0D01; Sun, 7 May 2017 15:41:40 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E99AE0CEA for ; Sun, 7 May 2017 15:41:40 +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 982C73416BF for ; Sun, 7 May 2017 15:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320DD743E for ; Sun, 7 May 2017 15:41:37 +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: <1494171662.f4598b56af55a9a02fddd21209a88e003edab56b.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-16.12.3.ebuild kde-apps/kwave/kwave-17.04.0.ebuild X-VCS-Directories: kde-apps/kwave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f4598b56af55a9a02fddd21209a88e003edab56b X-VCS-Branch: master Date: Sun, 7 May 2017 15:41:37 +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: edfa8958-3939-421d-a941-746659e0532b X-Archives-Hash: b957997fc4a43b61949208ccf2d284bd commit: f4598b56af55a9a02fddd21209a88e003edab56b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 7 15:28:23 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 7 15:41:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4598b56 kde-apps/kwave: Cleanup obsolete blocker Gentoo-bug: 617732 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/kwave/kwave-16.12.3.ebuild | 7 ++----- kde-apps/kwave/kwave-17.04.0.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/kde-apps/kwave/kwave-16.12.3.ebuild b/kde-apps/kwave/kwave-16.12.3.ebuild index 40e02f495b6..c11f83ee4ea 100644 --- a/kde-apps/kwave/kwave-16.12.3.ebuild +++ b/kde-apps/kwave/kwave-16.12.3.ebuild @@ -16,7 +16,7 @@ LICENSE=" KEYWORDS="amd64 x86" IUSE="alsa flac mp3 +qtmedia opus oss pulseaudio vorbis" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -52,15 +52,12 @@ COMMON_DEPEND=" media-libs/libvorbis ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} $(add_kdeapps_dep poxml) $(add_qt_dep qtconcurrent) sys-devel/gettext virtual/imagemagick-tools[png,svg] " -RDEPEND="${COMMON_DEPEND} - !media-sound/kwave:4 -" DOCS=( AUTHORS CHANGES LICENSES README TODO ) diff --git a/kde-apps/kwave/kwave-17.04.0.ebuild b/kde-apps/kwave/kwave-17.04.0.ebuild index 43bc5d206fe..d11c49a2630 100644 --- a/kde-apps/kwave/kwave-17.04.0.ebuild +++ b/kde-apps/kwave/kwave-17.04.0.ebuild @@ -16,7 +16,7 @@ LICENSE=" KEYWORDS="~amd64 ~x86" IUSE="alsa flac mp3 +qtmedia opus oss pulseaudio vorbis" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -52,15 +52,12 @@ COMMON_DEPEND=" media-libs/libvorbis ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} $(add_kdeapps_dep poxml) $(add_qt_dep qtconcurrent) sys-devel/gettext virtual/imagemagick-tools[png,svg] " -RDEPEND="${COMMON_DEPEND} - !media-sound/kwave:4 -" DOCS=( AUTHORS CHANGES LICENSES README TODO )