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 A3552158016 for ; Fri, 29 Dec 2023 22:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50A32BC0CE; Fri, 29 Dec 2023 22:43:26 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CF9AD2BC0CE for ; Fri, 29 Dec 2023 22:43:26 +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 22AD8343001 for ; Fri, 29 Dec 2023 22:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663E514C5 for ; Fri, 29 Dec 2023 22:43:23 +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: <1703889754.d0b798e97d634dd7eec844aa980f6df9ee0ca130.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bnd-annotation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild X-VCS-Directories: dev-java/bnd-annotation/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0b798e97d634dd7eec844aa980f6df9ee0ca130 X-VCS-Branch: master Date: Fri, 29 Dec 2023 22:43:23 +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: 8652c3be-428d-4629-851f-a1aeabb658b5 X-Archives-Hash: 2472e3526d4b7a3f2d317eaa4f48452a commit: d0b798e97d634dd7eec844aa980f6df9ee0ca130 Author: Sam James gentoo org> AuthorDate: Fri Dec 29 22:42:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 22:42:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b798e9 dev-java/bnd-annotation: Stabilize 7.0.0 arm64, #920853 Signed-off-by: Sam James gentoo.org> dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild b/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild index 7ec51a764c21..88f8984327e2 100644 --- a/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild +++ b/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}" LICENSE="Apache-2.0 EPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64" +KEYWORDS="amd64 ~arm arm64 ppc64" DEPEND=" dev-java/osgi-cmpn:8