Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
Date: Sat, 10 Aug 2019 21:59:32
Message-Id: 1565474362.95d9035814dd2e8d606afc268dc428387c84de54.bman@gentoo
1 commit: 95d9035814dd2e8d606afc268dc428387c84de54
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 21:56:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 21:59:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d90358
7
8 dev-util/cbindgen: arm64 keyworded
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12
13 dev-util/cbindgen/cbindgen-0.9.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/cbindgen/cbindgen-0.9.0.ebuild b/dev-util/cbindgen/cbindgen-0.9.0.ebuild
17 index ff6909f7da6..56405284ac6 100644
18 --- a/dev-util/cbindgen/cbindgen-0.9.0.ebuild
19 +++ b/dev-util/cbindgen/cbindgen-0.9.0.ebuild
20 @@ -58,6 +58,6 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/"
21 SRC_URI="$(cargo_crate_uris ${CRATES})"
22 LICENSE="MPL-2.0"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26
27 BDEPEND=">=virtual/cargo-1.30.0"