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 8BDD9138359 for ; Sat, 25 Jul 2020 02:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00158E0877; Sat, 25 Jul 2020 02:21:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB13DE0875 for ; Sat, 25 Jul 2020 02:21:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB60634F222 for ; Sat, 25 Jul 2020 02:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C956E2F2 for ; Sat, 25 Jul 2020 02:21:39 +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: <1595643635.5e2c8d6b1ca6feb1b2d2deee74c0fe69ab1007d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcmail/bcmail-1.50-r3.ebuild dev-java/bcmail/bcmail-1.52-r3.ebuild X-VCS-Directories: dev-java/bcmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e2c8d6b1ca6feb1b2d2deee74c0fe69ab1007d3 X-VCS-Branch: master Date: Sat, 25 Jul 2020 02:21:39 +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: 6d53c6c4-1763-4371-b560-9a2c59641173 X-Archives-Hash: 891d2ac1c859163b1e0d8547892c4958 commit: 5e2c8d6b1ca6feb1b2d2deee74c0fe69ab1007d3 Author: Sam James gentoo org> AuthorDate: Sat Jul 25 02:20:35 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 25 02:20:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2c8d6b dev-java/bcmail: arm64 keyworded (bug #733822) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-java/bcmail/bcmail-1.50-r3.ebuild | 4 ++-- dev-java/bcmail/bcmail-1.52-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/bcmail/bcmail-1.50-r3.ebuild b/dev-java/bcmail/bcmail-1.50-r3.ebuild index 7a0136a1aa4..8cf8473d44e 100644 --- a/dev-java/bcmail/bcmail-1.50-r3.ebuild +++ b/dev-java/bcmail/bcmail-1.50-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" CDEPEND=" dev-java/junit:0 diff --git a/dev-java/bcmail/bcmail-1.52-r3.ebuild b/dev-java/bcmail/bcmail-1.52-r3.ebuild index 8f6f1ad4c44..a0af7f956ed 100644 --- a/dev-java/bcmail/bcmail-1.52-r3.ebuild +++ b/dev-java/bcmail/bcmail-1.52-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.52" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" CDEPEND=" dev-java/junit:0