From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1570260-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 C4F9F158089
	for <garchives@archives.gentoo.org>; Mon, 13 Nov 2023 16:43:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D7C8E2BC043;
	Mon, 13 Nov 2023 16:43:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 BA3782BC043
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Nov 2023 16:43:09 +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 D9439335D0A
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Nov 2023 16:43:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 00818F1A
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Nov 2023 16:43:06 +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: <1699893756.168c693312a5534033609a905a878044300ca83e.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.24.ebuild media-sound/mac/mac-10.25.ebuild
X-VCS-Directories: media-sound/mac/
X-VCS-Committer: billie
X-VCS-Committer-Name: Daniel Pielmeier
X-VCS-Revision: 168c693312a5534033609a905a878044300ca83e
X-VCS-Branch: master
Date: Mon, 13 Nov 2023 16:43:06 +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: 13f3c868-385b-4b48-affb-e637eb624b3a
X-Archives-Hash: 59d3764aa967324a279cb28145f089f9

commit:     168c693312a5534033609a905a878044300ca83e
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 16:42:36 2023 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 16:42:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168c6933

media-sound/mac: update LICENSE

Closes: https://bugs.gentoo.org/917225
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 media-sound/mac/mac-10.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index 93a3422edc4e..0a410340c429 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com"
 SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
 
-LICENSE="mac"
+LICENSE="BSD"
 SLOT="0/10"
 KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 4b25756f5a06..57c1a668c196 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com"
 SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
 
-LICENSE="mac"
+LICENSE="BSD"
 SLOT="0/10"
 KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"