From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B155138206 for ; Sun, 1 May 2016 01:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D360321C002; Sun, 1 May 2016 01:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84ED321C002 for ; Sun, 1 May 2016 01:50:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4790134098F for ; Sun, 1 May 2016 01:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B564932D for ; Sun, 1 May 2016 01:50:28 +0000 (UTC) From: "Matt 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, "Matt Thode" Message-ID: <1462067403.cb310f980a8aa3d7da59dffbf8d24d4b67f84657.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.0.28.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: cb310f980a8aa3d7da59dffbf8d24d4b67f84657 X-VCS-Branch: master Date: Sun, 1 May 2016 01:50:28 +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: b45a6872-6c94-4715-b17d-b70eba630ffb X-Archives-Hash: 4f7f39de4380f51e4f1666b019642ab1 commit: cb310f980a8aa3d7da59dffbf8d24d4b67f84657 Author: Matthew Thode gentoo org> AuthorDate: Sun May 1 01:50:03 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun May 1 01:50:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb310f98 media-sound/spotify: fast stable Package-Manager: portage-2.2.26 media-sound/spotify/spotify-1.0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.0.28.ebuild b/media-sound/spotify/spotify-1.0.28.ebuild index 2c75ee4..c15c47f 100644 --- a/media-sound/spotify/spotify-1.0.28.ebuild +++ b/media-sound/spotify/spotify-1.0.28.ebuild @@ -12,7 +12,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-37_amd64.deb ) x86? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-4_i386.deb )" LICENSE="Spotify" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="gnome pax_kernel pulseaudio" RESTRICT="mirror strip"