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 460601396D0 for ; Sat, 2 Sep 2017 13:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE09E0D3C; Sat, 2 Sep 2017 13:46:57 +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 47A67E0D3C for ; Sat, 2 Sep 2017 13:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F30033BE3E for ; Sat, 2 Sep 2017 13:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1315E8B5D for ; Sat, 2 Sep 2017 13:46:53 +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: <1504359995.2bad35437f5d95643a1f4b7c25d631cfdd9e68df.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2bad35437f5d95643a1f4b7c25d631cfdd9e68df X-VCS-Branch: master Date: Sat, 2 Sep 2017 13:46:53 +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: 8d29e026-d790-4387-bd14-2ee8b3a72ac0 X-Archives-Hash: 073e51a6a14c8d2536c87df8aa01868d commit: 2bad35437f5d95643a1f4b7c25d631cfdd9e68df Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 2 13:44:59 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 2 13:46:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2bad3543 kde-plasma/kwin: Drop deprecated dev-qt/qtmultimedia[gstreamer010] option Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/kwin/kwin-9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index b10321e66d..cb10384683 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -69,12 +69,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} $(add_plasma_dep kde-cli-tools) - multimedia? ( - || ( - $(add_qt_dep qtmultimedia 'gstreamer,qml') - $(add_qt_dep qtmultimedia 'gstreamer010,qml') - ) - ) + multimedia? ( $(add_qt_dep qtmultimedia 'gstreamer,qml') ) !