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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 307801581F3 for ; Sat, 30 Nov 2024 22:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57396E07F1; Sat, 30 Nov 2024 22:49:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 417DAE07F1 for ; Sat, 30 Nov 2024 22:49:56 +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 4969E342FAF for ; Sat, 30 Nov 2024 22:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD54F1DB9 for ; Sat, 30 Nov 2024 22:49:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733006979.edf9861bf1b07eee5a463007e4b14830035fdde1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cmus/cmus-2.12.0.ebuild X-VCS-Directories: media-sound/cmus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edf9861bf1b07eee5a463007e4b14830035fdde1 X-VCS-Branch: master Date: Sat, 30 Nov 2024 22:49:53 +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: ee3350eb-9d9a-4401-9e91-e453558aed89 X-Archives-Hash: 79e73895cbee6bddaa7c8ca42d3d07aa commit: edf9861bf1b07eee5a463007e4b14830035fdde1 Author: Sam James gentoo org> AuthorDate: Sat Nov 30 22:49:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 30 22:49:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf9861b media-sound/cmus: Stabilize 2.12.0 sparc, #945479 Signed-off-by: Sam James gentoo.org> media-sound/cmus/cmus-2.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/cmus/cmus-2.12.0.ebuild b/media-sound/cmus/cmus-2.12.0.ebuild index 7b3946750dc6..4965fb8b13fe 100644 --- a/media-sound/cmus/cmus-2.12.0.ebuild +++ b/media-sound/cmus/cmus-2.12.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/cmus/cmus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Ncurses based music player with plugin support for many formats"