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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7FF2158020 for ; Sat, 12 Nov 2022 06:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10845E09FB; Sat, 12 Nov 2022 06:12:46 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8C81E09FB for ; Sat, 12 Nov 2022 06:12:45 +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 E8211340FEF for ; Sat, 12 Nov 2022 06:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F958603 for ; Sat, 12 Nov 2022 06:12:43 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1668233508.20ae47a90063bea0454f5c56509c85637d10f8cb.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-1.9.21.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 20ae47a90063bea0454f5c56509c85637d10f8cb X-VCS-Branch: master Date: Sat, 12 Nov 2022 06:12:43 +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: 95237c6a-65e6-472a-b60d-dc6eba747531 X-Archives-Hash: d812af53783d82745070d8fdb17c6df1 commit: 20ae47a90063bea0454f5c56509c85637d10f8cb Author: WANG Xuerui gentoo org> AuthorDate: Sat Nov 12 06:11:48 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Nov 12 06:11:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ae47a9 media-sound/jack2: keyword 1.9.21 for ~loong Bug: https://bugs.gentoo.org/879669 Signed-off-by: WANG Xuerui gentoo.org> media-sound/jack2/jack2-1.9.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack2/jack2-1.9.21.ebuild b/media-sound/jack2/jack2-1.9.21.ebuild index a4ebc078d4c1..3c12cbae457d 100644 --- a/media-sound/jack2/jack2-1.9.21.ebuild +++ b/media-sound/jack2/jack2-1.9.21.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git" else SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" fi DESCRIPTION="Jackdmp jack implemention for multi-processor machine"