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 62E2615813A for ; Sun, 12 Jan 2025 12:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01269E0806; Sun, 12 Jan 2025 12:46:01 +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 C0655E0806 for ; Sun, 12 Jan 2025 12:46:00 +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 0468933DF47 for ; Sun, 12 Jan 2025 12:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9DD18FC for ; Sun, 12 Jan 2025 12:45:58 +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: <1736685936.2fcb4c41cdf94c3f89ecda6348c40ec87e9451fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-mixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild X-VCS-Directories: media-libs/sdl2-mixer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fcb4c41cdf94c3f89ecda6348c40ec87e9451fd X-VCS-Branch: master Date: Sun, 12 Jan 2025 12:45:58 +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: b116a0c9-ede9-4944-a518-8c7b032b3be3 X-Archives-Hash: a00a69e873fbe0a25059ea7f4dc1f932 commit: 2fcb4c41cdf94c3f89ecda6348c40ec87e9451fd Author: Sam James gentoo org> AuthorDate: Sun Jan 12 12:45:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 12 12:45:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcb4c41 media-libs/sdl2-mixer: Keyword 2.8.0 arm64, #947940 Signed-off-by: Sam James gentoo.org> media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild index 993482241b08..9324a8ad7678 100644 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="flac fluidsynth gme midi mod modplug mp3 opus playtools stb timidity tremor vorbis +wav wavpack xmp" REQUIRED_USE=" midi? ( || ( timidity fluidsynth ) )