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 DAD3913832E for ; Wed, 3 Aug 2016 21:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3C121C11C; Wed, 3 Aug 2016 21:04:52 +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 E4CC321C11C for ; Wed, 3 Aug 2016 21:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C38463407AF for ; Wed, 3 Aug 2016 21:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADEB97D3 for ; Wed, 3 Aug 2016 21:04:48 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1470258273.f7d82bfbe46cb6cd03443e0a5c35150888036177.jmbsvicetto@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.33.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: f7d82bfbe46cb6cd03443e0a5c35150888036177 X-VCS-Branch: master Date: Wed, 3 Aug 2016 21:04:48 +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: ea73269f-27ae-4cc7-b166-34f98210b81e X-Archives-Hash: efa138275cb74a9281d346979a6de26b commit: f7d82bfbe46cb6cd03443e0a5c35150888036177 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Wed Aug 3 21:02:17 2016 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Wed Aug 3 21:04:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d82bfb media-sound/spotify: fast stable due to stupid upstream Package-Manager: portage-2.3.0 media-sound/spotify/spotify-1.0.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.0.33.ebuild b/media-sound/spotify/spotify-1.0.33.ebuild index e1738e2..d63d8ab 100644 --- a/media-sound/spotify/spotify-1.0.33.ebuild +++ b/media-sound/spotify/spotify-1.0.33.ebuild @@ -12,7 +12,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.106.g60b5d1f0-22_amd64.deb ) x86? ( ${SRC_BASE}${PN}-client_${PV}.106.g60b5d1f0-1_i386.deb )" LICENSE="Spotify" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gnome pax_kernel pulseaudio" RESTRICT="mirror strip"