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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB579158013 for ; Fri, 8 Dec 2023 23:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31ADD2BC019; Fri, 8 Dec 2023 23:11:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14BEF2BC019 for ; Fri, 8 Dec 2023 23:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 180FA335DCD for ; Fri, 8 Dec 2023 23:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D3EAC2 for ; Fri, 8 Dec 2023 23:11:52 +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: <1702077108.5a98825045fb6f47bca07c4324e23cb6134f3678.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.2.26.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 5a98825045fb6f47bca07c4324e23cb6134f3678 X-VCS-Branch: master Date: Fri, 8 Dec 2023 23:11:52 +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: 8618a7d6-0ab8-44be-82f5-81675ca16fde X-Archives-Hash: ffbcb261852f0a518857e6a39c71a579 commit: 5a98825045fb6f47bca07c4324e23cb6134f3678 Author: Matthew Thode gentoo org> AuthorDate: Fri Dec 8 23:09:21 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Dec 8 23:11:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a988250 media-sound/spotify: stabilize 1.2.26 for amd64 Signed-off-by: Matthew Thode gentoo.org> media-sound/spotify/spotify-1.2.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.2.26.ebuild b/media-sound/spotify/spotify-1.2.26.ebuild index 81421feec593..170c0dce2c31 100644 --- a/media-sound/spotify/spotify-1.2.26.ebuild +++ b/media-sound/spotify/spotify-1.2.26.ebuild @@ -13,7 +13,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libnotify local-playback pax-kernel pulseaudio" RESTRICT="mirror strip"