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 584D41584AD for ; Sun, 04 May 2025 20:23:40 +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 40DF834317C for ; Sun, 04 May 2025 20:23:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A7CE611047D; Sun, 04 May 2025 20:23:27 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9BC831103C1 for ; Sun, 04 May 2025 20:23:27 +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 50836343136 for ; Sun, 04 May 2025 20:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9857C2798 for ; Sun, 04 May 2025 20:23:24 +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: <1746390143.44e9cd91f8c23bb9c3a8561bd942e7545ede58b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sword/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/sword/sword-1.9.0-r2.ebuild X-VCS-Directories: app-text/sword/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44e9cd91f8c23bb9c3a8561bd942e7545ede58b7 X-VCS-Branch: master Date: Sun, 04 May 2025 20:23:24 +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: 61c4e7b3-bae0-4cf3-9973-6236602d08c7 X-Archives-Hash: 353ea63b97273a13589befe7a7b1a797 commit: 44e9cd91f8c23bb9c3a8561bd942e7545ede58b7 Author: Sam James gentoo org> AuthorDate: Sun May 4 20:22:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 4 20:22:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e9cd91 app-text/sword: Stabilize 1.9.0-r2 arm64, #954389 Signed-off-by: Sam James gentoo.org> app-text/sword/sword-1.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/sword/sword-1.9.0-r2.ebuild b/app-text/sword/sword-1.9.0-r2.ebuild index 3ef1e7ef4a56..e78747df2ce7 100644 --- a/app-text/sword/sword-1.9.0-r2.ebuild +++ b/app-text/sword/sword-1.9.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" IUSE="clucene curl icu test utils" REQUIRED_USE="test? ( curl icu utils )" RESTRICT="!test? ( test )"