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 86D2D15815E for ; Tue, 6 Feb 2024 15:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3C8E29D1; Tue, 6 Feb 2024 15:01:14 +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 0C531E29D1 for ; Tue, 6 Feb 2024 15:01:14 +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 011653430B5 for ; Tue, 6 Feb 2024 15:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3128A14BE for ; Tue, 6 Feb 2024 15:01:11 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1707231652.bd9e2fe1a23a4225793c9f7a52df472408b8170c.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-1.0.0.ebuild X-VCS-Directories: media-sound/ncspot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd9e2fe1a23a4225793c9f7a52df472408b8170c X-VCS-Branch: master Date: Tue, 6 Feb 2024 15:01:11 +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: f134a00a-adec-4f9b-a24a-7a1259c67c26 X-Archives-Hash: 8fc805a26e8b9fdd85c2d47495feaf8e commit: bd9e2fe1a23a4225793c9f7a52df472408b8170c Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 6 15:00:52 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 6 15:00:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9e2fe1 media-sound/ncspot: stabilize 1.0.0 for amd64 Signed-off-by: Joonas Niilola gentoo.org> media-sound/ncspot/ncspot-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ncspot/ncspot-1.0.0.ebuild b/media-sound/ncspot/ncspot-1.0.0.ebuild index c313db5f99b3..feb6ccb45ea1 100644 --- a/media-sound/ncspot/ncspot-1.0.0.ebuild +++ b/media-sound/ncspot/ncspot-1.0.0.ebuild @@ -475,7 +475,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"