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 64129138335 for ; Fri, 23 Nov 2018 21:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F605E0964; Fri, 23 Nov 2018 21:33:55 +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 14B5EE0964 for ; Fri, 23 Nov 2018 21:33:55 +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 9EF73335D19 for ; Fri, 23 Nov 2018 21:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7558B45A for ; Fri, 23 Nov 2018 21:33:51 +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: <1543008817.a199320f07c2823fb044222113d6a2396d89a854.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacious/audacious-9999.ebuild media-sound/audacious/metadata.xml X-VCS-Directories: media-sound/audacious/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a199320f07c2823fb044222113d6a2396d89a854 X-VCS-Branch: master Date: Fri, 23 Nov 2018 21:33:51 +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: 4848d8d8-f818-4542-ad2c-75a8cadc6208 X-Archives-Hash: 5190fd7498a156fcd55dce1a6194d194 commit: a199320f07c2823fb044222113d6a2396d89a854 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 23 20:27:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 23 21:33:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a199320f media-sound/audacious: Make USE gtk -> !qt5, drop REQUIRED_USE Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/audacious/audacious-9999.ebuild | 7 +++---- media-sound/audacious/metadata.xml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild index 5b4597edcdb..3bbf110f138 100644 --- a/media-sound/audacious/audacious-9999.ebuild +++ b/media-sound/audacious/audacious-9999.ebuild @@ -23,8 +23,7 @@ SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" LICENSE="BSD-2" SLOT="0" -IUSE="gtk nls +qt5" -REQUIRED_USE="^^ ( gtk qt5 )" +IUSE="nls qt5" RDEPEND=" >=dev-libs/dbus-glib-0.60 @@ -32,7 +31,7 @@ RDEPEND=" >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme - gtk? ( x11-libs/gtk+:2 ) + !qt5? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -64,8 +63,8 @@ src_configure() { econf \ --disable-valgrind \ --enable-dbus \ - $(use_enable gtk) \ $(use_enable nls) \ + $(use_enable !qt5 gtk) \ $(use_enable qt5 qt) } diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml index 5eeba2c5c26..503c619ac00 100644 --- a/media-sound/audacious/metadata.xml +++ b/media-sound/audacious/metadata.xml @@ -11,5 +11,6 @@ Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) + Build with Qt5 interface instead Gtk+