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 37FF81584AD for ; Tue, 29 Apr 2025 17:36:42 +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 20F5A343011 for ; Tue, 29 Apr 2025 17:36:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 40B9F11036F; Tue, 29 Apr 2025 17:36:35 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 3AB9711036F for ; Tue, 29 Apr 2025 17:36:35 +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 E35D733D9AD for ; Tue, 29 Apr 2025 17:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58033255C for ; Tue, 29 Apr 2025 17:36:33 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1745948147.84900a8f5e73d7a87a872234b9fe70cb802b5c48.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soundfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soundfile/soundfile-0.13.1.ebuild X-VCS-Directories: dev-python/soundfile/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 84900a8f5e73d7a87a872234b9fe70cb802b5c48 X-VCS-Branch: master Date: Tue, 29 Apr 2025 17:36:33 +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: 2464a215-f421-46f7-bf82-33736b1279d3 X-Archives-Hash: 14be83f8f7012c7d9b39a1581e04adbc commit: 84900a8f5e73d7a87a872234b9fe70cb802b5c48 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Apr 29 17:34:30 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Apr 29 17:35:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84900a8f dev-python/soundfile: keyword 0.13.1 for ~arm64, ~x86 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/soundfile/soundfile-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/soundfile/soundfile-0.13.1.ebuild b/dev-python/soundfile/soundfile-0.13.1.ebuild index 9551ca9a9659..a205bf2d3441 100644 --- a/dev-python/soundfile/soundfile-0.13.1.ebuild +++ b/dev-python/soundfile/soundfile-0.13.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=" dev-python/cffi[${PYTHON_USEDEP}]