From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1186721-garchives=archives.gentoo.org@lists.gentoo.org>
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 6E2A9138359
	for <garchives@archives.gentoo.org>; Sat, 11 Jul 2020 15:37:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6A7B9E089E;
	Sat, 11 Jul 2020 15:37:50 +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 543A6E089E
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jul 2020 15:37:50 +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 0A22F34F757
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jul 2020 15:37:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFD62F1
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jul 2020 15:37:41 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1594481846.e8e8a7d5210c0fe6b9692be6883ae4ee54184d90.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/artikulate/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/artikulate/artikulate-20.04.3.ebuild
X-VCS-Directories: kde-apps/artikulate/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: e8e8a7d5210c0fe6b9692be6883ae4ee54184d90
X-VCS-Branch: master
Date: Sat, 11 Jul 2020 15:37:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b9b4ddad-6f12-447f-9642-4dc57627889b
X-Archives-Hash: b842da78a4b769b8e118a89bd221ea23

commit:     e8e8a7d5210c0fe6b9692be6883ae4ee54184d90
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 14:45:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 15:37:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e8a7d5

kde-apps/artikulate: Drop IUSE=qtmedia, gstreamer is off by default

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/artikulate/artikulate-20.04.3.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/kde-apps/artikulate/artikulate-20.04.3.ebuild b/kde-apps/artikulate/artikulate-20.04.3.ebuild
index dd86f2aa35b..eb180a6db28 100644
--- a/kde-apps/artikulate/artikulate-20.04.3.ebuild
+++ b/kde-apps/artikulate/artikulate-20.04.3.ebuild
@@ -14,9 +14,7 @@ HOMEPAGE="https://kde.org/applications/education/org.kde.artikulate"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+gstreamer qtmedia"
-
-REQUIRED_USE="|| ( gstreamer qtmedia )"
+IUSE="gstreamer"
 
 DEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -34,14 +32,14 @@ DEPEND="
 	>=kde-frameworks/knewstuff-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	gstreamer? ( >=media-libs/qt-gstreamer-1.2.0[qt5(+)] )
-	qtmedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
+	!gstreamer? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_GSTREAMER_PLUGIN=$(usex gstreamer)
-		-DBUILD_QTMULTIMEDIA_PLUGIN=$(usex qtmedia)
+		-DBUILD_QTMULTIMEDIA_PLUGIN=$(usex !gstreamer)
 	)
 
 	ecm_src_configure