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 07D27138336 for ; Sat, 17 Nov 2018 22:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F57E0C15; Sat, 17 Nov 2018 22:00:37 +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 A6EB1E0C15 for ; Sat, 17 Nov 2018 22:00:37 +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 12CD2335C38 for ; Sat, 17 Nov 2018 22:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B93446E for ; Sat, 17 Nov 2018 22:00:34 +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: <1542492004.b9d341842569a9cd4b1f3c82cb0aa60651439ae4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-9999.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9d341842569a9cd4b1f3c82cb0aa60651439ae4 X-VCS-Branch: master Date: Sat, 17 Nov 2018 22:00:34 +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: 3285e79b-35ac-4189-8ec0-88d2d1535425 X-Archives-Hash: 95cc47e8f0215c52790314d54f844f4f commit: b9d341842569a9cd4b1f3c82cb0aa60651439ae4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 17 21:42:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 17 22:00:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d34184 media-plugins/audacious-plugins: Assuming qtaudio should be enabled Since USE qt5 already depended on dev-qt/qtmultimedia. Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 35afe4562f0..43c66a075ef 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -136,7 +136,6 @@ src_configure() { --enable-mpris2 \ --enable-songchange \ --disable-oss4 \ - --disable-qtaudio \ --disable-qtglspectrum \ --disable-coreaudio \ --disable-sndio \ @@ -165,6 +164,7 @@ src_configure() { $(use_enable nls) \ $(use_enable pulseaudio pulse) \ $(use_enable qt5 qt) \ + $(use_enable qt5 qtaudio) \ $(use_enable scrobbler scrobbler2) \ $(use_enable sdl sdlout) \ $(use_enable sid) \