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 93B14138239 for ; Sat, 10 Aug 2019 21:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A624DE0798; Sat, 10 Aug 2019 21:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7E0F8E0798 for ; Sat, 10 Aug 2019 21:59:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4270F34977C for ; Sat, 10 Aug 2019 21:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57D73A8 for ; Sat, 10 Aug 2019 21:59:28 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1565474362.95d9035814dd2e8d606afc268dc428387c84de54.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cbindgen/cbindgen-0.9.0.ebuild X-VCS-Directories: dev-util/cbindgen/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 95d9035814dd2e8d606afc268dc428387c84de54 X-VCS-Branch: master Date: Sat, 10 Aug 2019 21:59:28 +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: 1c9589bd-af36-4824-8e9a-cbca339fcda3 X-Archives-Hash: 5fc4544cc49cb0cecc817aef86660c2c commit: 95d9035814dd2e8d606afc268dc428387c84de54 Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 10 21:56:48 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 10 21:59:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d90358 dev-util/cbindgen: arm64 keyworded Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 dev-util/cbindgen/cbindgen-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.9.0.ebuild b/dev-util/cbindgen/cbindgen-0.9.0.ebuild index ff6909f7da6..56405284ac6 100644 --- a/dev-util/cbindgen/cbindgen-0.9.0.ebuild +++ b/dev-util/cbindgen/cbindgen-0.9.0.ebuild @@ -58,6 +58,6 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" BDEPEND=">=virtual/cargo-1.30.0"