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 65F31138334 for ; Thu, 2 May 2019 17:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7030AE084E; Thu, 2 May 2019 17:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 570B9E084E for ; Thu, 2 May 2019 17:30:36 +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 AB36934303B for ; Thu, 2 May 2019 17:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E048567 for ; Thu, 2 May 2019 17:30:32 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1556818219.8a1c6289f802b1f98da3934e5f73758a230a066a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/spotify-1.1.5-r1.ebuild media-sound/spotify/spotify-1.1.5.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8a1c6289f802b1f98da3934e5f73758a230a066a X-VCS-Branch: master Date: Thu, 2 May 2019 17:30:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8888f24e-130f-4943-9499-0e363fdd27dd X-Archives-Hash: 8e3d6b9f41998db08092c0f95c37f630 commit: 8a1c6289f802b1f98da3934e5f73758a230a066a Author: Matthew Thode gentoo org> AuthorDate: Thu May 2 17:29:59 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu May 2 17:30:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c6289 media-sound/spotify: fix dep on pulseaudio, it or apulse are needed Fixes: https://bugs.gentoo.org/684922 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> media-sound/spotify/{spotify-1.1.5.ebuild => spotify-1.1.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/spotify/spotify-1.1.5.ebuild b/media-sound/spotify/spotify-1.1.5-r1.ebuild similarity index 97% rename from media-sound/spotify/spotify-1.1.5.ebuild rename to media-sound/spotify/spotify-1.1.5-r1.ebuild index bc815aaedf5..6bb9251f650 100644 --- a/media-sound/spotify/spotify-1.1.5.ebuild +++ b/media-sound/spotify/spotify-1.1.5-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -31,7 +31,7 @@ RDEPEND=" media-libs/mesa net-misc/curl[ssl] net-print/cups[ssl] - pulseaudio? ( media-sound/pulseaudio ) + || ( media-sound/pulseaudio media-sound/apulse ) systray? ( gnome-extra/gnome-integration-spotify ) x11-libs/gtk+:2 x11-libs/libXScrnSaver