From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2A8291582EF for ; Sat, 08 Feb 2025 12:05:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 055D73432D5 for ; Sat, 08 Feb 2025 12:05:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CD58D110471; Sat, 08 Feb 2025 12:04:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id C4201110471 for ; Sat, 08 Feb 2025 12:04: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ADA53432C3 for ; Sat, 08 Feb 2025 12:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC12126CA for ; Sat, 08 Feb 2025 12:04:54 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1739016280.cfdd9e0ca1d9169ab332c2c245c99c9266722481.arthurzam@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.87.ebuild X-VCS-Directories: media-sound/mac/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cfdd9e0ca1d9169ab332c2c245c99c9266722481 X-VCS-Branch: master Date: Sat, 08 Feb 2025 12:04:54 +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: 82aa89c6-f308-4ba9-b38a-14b05d8aebb1 X-Archives-Hash: fbea1e8643501b2f047cdfa6a5c2dbd2 commit: cfdd9e0ca1d9169ab332c2c245c99c9266722481 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 8 12:04:40 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 8 12:04:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdd9e0c media-sound/mac: Stabilize 10.87 ppc64, #949417 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/mac/mac-10.87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mac/mac-10.87.ebuild b/media-sound/mac/mac-10.87.ebuild index 8cf80a7901e1..f0eeade63a45 100644 --- a/media-sound/mac/mac-10.87.ebuild +++ b/media-sound/mac/mac-10.87.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip" LICENSE="BSD" SLOT="0/11" -KEYWORDS="~alpha ~amd64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~loong ppc ppc64 ~riscv ~sparc ~x86" BDEPEND="app-arch/unzip"