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 5BE80138334 for ; Thu, 8 Aug 2019 22:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B8B2E0801; Thu, 8 Aug 2019 22:30:57 +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 3DEB4E0801 for ; Thu, 8 Aug 2019 22:30:57 +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 04BB83496D6 for ; Thu, 8 Aug 2019 22:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA552A5 for ; Thu, 8 Aug 2019 22:30:54 +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: <1565303429.368852274f8c35d51095bdb04ef4590d9cb7894c.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.10-r1.ebuild media-sound/spotify/spotify-1.1.10.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 368852274f8c35d51095bdb04ef4590d9cb7894c X-VCS-Branch: master Date: Thu, 8 Aug 2019 22:30:54 +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: 9bc3d33e-07a0-473c-a698-ab64474a6780 X-Archives-Hash: 0f983ed4c01c797e7bb921aac0787bdd commit: 368852274f8c35d51095bdb04ef4590d9cb7894c Author: Jeffrey Lin icurse nl> AuthorDate: Sat Aug 3 17:51:50 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Aug 8 22:30:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36885227 media-sound/spotify: remove zenity from deps Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Jeffrey Lin icurse.nl> Signed-off-by: Matthew Thode gentoo.org> .../spotify/{spotify-1.1.10.ebuild => spotify-1.1.10-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/spotify/spotify-1.1.10.ebuild b/media-sound/spotify/spotify-1.1.10-r1.ebuild similarity index 96% rename from media-sound/spotify/spotify-1.1.10.ebuild rename to media-sound/spotify/spotify-1.1.10-r1.ebuild index 77cf183a980..ccbd6996994 100644 --- a/media-sound/spotify/spotify-1.1.10.ebuild +++ b/media-sound/spotify/spotify-1.1.10-r1.ebuild @@ -16,13 +16,11 @@ IUSE="libnotify libressl systray pax_kernel" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" -# zenity needed for filepicker RDEPEND=" dev-libs/nss dev-python/dbus-python dev-python/pygobject:3 gnome-base/gconf - gnome-extra/zenity libnotify? ( x11-libs/libnotify ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) @@ -92,7 +90,7 @@ src_install() { pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die eqawarn "You have set USE=pax_kernel meaning that you intend to run" - eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" + eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" eqawarn "you suspect that ${PN} is being broken by this modification," eqawarn "please open a bug."