From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1549252-garchives=archives.gentoo.org@lists.gentoo.org>
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 1E86515801B
	for <garchives@archives.gentoo.org>; Fri, 25 Aug 2023 06:48:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2FED82BC017;
	Fri, 25 Aug 2023 06:48:43 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 159B82BC017
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:43 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C3FFD340B54
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 171E8B44
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:40 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1692946117.67cf8b01e956fc87937de57c22b7c99c7db6143d.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncspot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/ncspot/ncspot-0.13.4.ebuild
X-VCS-Directories: media-sound/ncspot/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 67cf8b01e956fc87937de57c22b7c99c7db6143d
X-VCS-Branch: master
Date: Fri, 25 Aug 2023 06:48:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 910a07ae-8ce4-48cb-ba7c-5819c60b7507
X-Archives-Hash: 5293b99d77a9ed8a87fbed1ca3511a4d

commit:     67cf8b01e956fc87937de57c22b7c99c7db6143d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 06:12:58 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 06:48:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67cf8b01

media-sound/ncspot: stabilize 0.13.4 for amd64

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-sound/ncspot/ncspot-0.13.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncspot/ncspot-0.13.4.ebuild b/media-sound/ncspot/ncspot-0.13.4.ebuild
index 7d1ee291a424..38de04138a4f 100644
--- a/media-sound/ncspot/ncspot-0.13.4.ebuild
+++ b/media-sound/ncspot/ncspot-0.13.4.ebuild
@@ -455,7 +455,7 @@ LICENSE="BSD-2"
 # Dependent crate licenses
 LICENSE+=" Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="clipboard cover mpris ncurses +notify pulseaudio"