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 6A3F0158451 for ; Thu, 11 Jan 2024 19:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F22E2A79; Thu, 11 Jan 2024 19:49:19 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 281DFE2A79 for ; Thu, 11 Jan 2024 19:49:19 +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 3A00B343241 for ; Thu, 11 Jan 2024 19:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81CA811F4 for ; Thu, 11 Jan 2024 19:49:16 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1705002538.a1550d8074360dd36d4bfd61395f54b5b1dacf71.flow@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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a1550d8074360dd36d4bfd61395f54b5b1dacf71 X-VCS-Branch: master Date: Thu, 11 Jan 2024 19:49:16 +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: c847866e-5aed-4591-adfa-6ae41177d04c X-Archives-Hash: b059c47d567e3eb1e9df71661a3ca23a commit: a1550d8074360dd36d4bfd61395f54b5b1dacf71 Author: Matoro Mahri matoro tk> AuthorDate: Thu Jan 11 18:57:33 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 11 19:48:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1550d80 dev-java/bnd-annotation: Keyword 7.0.0 x86, #918926 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Florian Schmaus gentoo.org> dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 88f8984327e2..5a95f5a43693 100644 --- a/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild +++ b/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~x86" DEPEND=" dev-java/osgi-cmpn:8