From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1608608-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 F1999158041 for <garchives@archives.gentoo.org>; Fri, 8 Mar 2024 13:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22CD6E29FD; Fri, 8 Mar 2024 13:58:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D38CE29FD for <gentoo-commits@lists.gentoo.org>; Fri, 8 Mar 2024 13:58:32 +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 417A733BEB9 for <gentoo-commits@lists.gentoo.org>; Fri, 8 Mar 2024 13:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9554610B0 for <gentoo-commits@lists.gentoo.org>; Fri, 8 Mar 2024 13:58:29 +0000 (UTC) From: "Daniel Pielmeier" <billie@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, "Daniel Pielmeier" <billie@gentoo.org> Message-ID: <1709906283.f4499953c21bc721dbdc99f27b042d0126dc1ed6.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mac/mac-10.53.ebuild X-VCS-Directories: media-sound/mac/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: f4499953c21bc721dbdc99f27b042d0126dc1ed6 X-VCS-Branch: master Date: Fri, 8 Mar 2024 13:58:29 +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: dd68fa2d-b6cf-4aba-a106-51e35f6e4b03 X-Archives-Hash: e4449561de035d4502795ec59c0ab5f5 commit: f4499953c21bc721dbdc99f27b042d0126dc1ed6 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org> AuthorDate: Fri Mar 8 13:58:03 2024 +0000 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 13:58:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4499953 media-sound/mac: destabilize 10.53 for ~amd64, ~ppc64, ~x86 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org> media-sound/mac/mac-10.53.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild index 97a4d965ee6d..4315a96dd755 100644 --- a/media-sound/mac/mac-10.53.ebuild +++ b/media-sound/mac/mac-10.53.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip" LICENSE="BSD" SLOT="0/10" -KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" BDEPEND="app-arch/unzip"