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 6813D1396D0 for ; Sat, 2 Sep 2017 14:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1A55E0D77; Sat, 2 Sep 2017 14:10:38 +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 927B4E0D77 for ; Sat, 2 Sep 2017 14:10:38 +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 BBA2133BF1C for ; Sat, 2 Sep 2017 14:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D1EF8B81 for ; Sat, 2 Sep 2017 14:10:35 +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: <1504361354.c231d199607b80abe3367967186bad8edc67bd54.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/kwin-5.10.4-r1.ebuild kde-plasma/kwin/kwin-5.10.5.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c231d199607b80abe3367967186bad8edc67bd54 X-VCS-Branch: master Date: Sat, 2 Sep 2017 14:10:35 +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: 4cab542b-bb45-46d7-881f-6e7cf6f86c0f X-Archives-Hash: eced709fb0a8eb24115773e3bb241daa commit: c231d199607b80abe3367967186bad8edc67bd54 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 2 14:05:01 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 2 14:09:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c231d199 kde-plasma/kwin: Drop deprecated dev-qt/qtmultimedia[gstreamer010] option Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/kwin/kwin-5.10.4-r1.ebuild | 9 ++------- kde-plasma/kwin/kwin-5.10.5.ebuild | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/kde-plasma/kwin/kwin-5.10.4-r1.ebuild b/kde-plasma/kwin/kwin-5.10.4-r1.ebuild index 3ab1a1d6f51..f98474e5968 100644 --- a/kde-plasma/kwin/kwin-5.10.4-r1.ebuild +++ b/kde-plasma/kwin/kwin-5.10.4-r1.ebuild @@ -68,12 +68,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') ) !