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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE410158046 for ; Sun, 13 Oct 2024 22:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0224E0871; Sun, 13 Oct 2024 22:12:54 +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 B7CB4E0871 for ; Sun, 13 Oct 2024 22:12:54 +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 D6EBD3430FB for ; Sun, 13 Oct 2024 22:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E06FE1F45 for ; Sun, 13 Oct 2024 22:12:50 +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: <1728857544.e993457c8ed18e1078599d5b30da638d05f655ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcel/bcel-6.10.0-r1.ebuild X-VCS-Directories: dev-java/bcel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e993457c8ed18e1078599d5b30da638d05f655ab X-VCS-Branch: master Date: Sun, 13 Oct 2024 22:12:50 +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: eedddbb4-972c-483d-8124-066335dfdd6f X-Archives-Hash: 11cecf7109339aac9237024dffcb4771 commit: e993457c8ed18e1078599d5b30da638d05f655ab Author: Sam James gentoo org> AuthorDate: Sun Oct 13 22:12:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 13 22:12:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e993457c dev-java/bcel: Stabilize 6.10.0-r1 x86, #941244 Signed-off-by: Sam James gentoo.org> dev-java/bcel/bcel-6.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bcel/bcel-6.10.0-r1.ebuild b/dev-java/bcel/bcel-6.10.0-r1.ebuild index 2a2e505f750a..904cfdf6478f 100644 --- a/dev-java/bcel/bcel-6.10.0-r1.ebuild +++ b/dev-java/bcel/bcel-6.10.0-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P}-src" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )"