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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6CE41580B9 for ; Sun, 22 Aug 2021 03:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E9BE0918; Sun, 22 Aug 2021 03:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC99E0918 for ; Sun, 22 Aug 2021 03:42:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B071C342ABF for ; Sun, 22 Aug 2021 03:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 129EC8DE for ; Sun, 22 Aug 2021 03:42:48 +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: <1629603726.b5ed7209251f552dec98adc6e5c236e92d191f77.sam@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.19.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5ed7209251f552dec98adc6e5c236e92d191f77 X-VCS-Branch: master Date: Sun, 22 Aug 2021 03:42:48 +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: a3d87f54-adb4-4d7e-b872-7c9f95b5a259 X-Archives-Hash: 49de0bb7ae58c7ecde5f8877602def3c commit: b5ed7209251f552dec98adc6e5c236e92d191f77 Author: Sam James gentoo org> AuthorDate: Sun Aug 22 03:42:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 22 03:42:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ed7209 media-sound/jack2: Stabilize 1.9.19 arm64, #808552 Signed-off-by: Sam James gentoo.org> media-sound/jack2/jack2-1.9.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack2/jack2-1.9.19.ebuild b/media-sound/jack2/jack2-1.9.19.ebuild index a3905070dc6..502d34d9af2 100644 --- a/media-sound/jack2/jack2-1.9.19.ebuild +++ b/media-sound/jack2/jack2-1.9.19.ebuild @@ -18,7 +18,7 @@ else MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/jackaudio/jack2/archive/v${MY_PV}/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" fi LICENSE="GPL-2"