diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-10 17:56:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-10 17:59:22 -0400 |
commit | 95d9035814dd2e8d606afc268dc428387c84de54 (patch) | |
tree | 595f8e35b2de3e7bca362513adc2e71b69918d35 /dev-util/cbindgen | |
parent | dev-libs/amdgpu-pro-opencl: switch off debugging messages in ebuilds (diff) | |
download | gentoo-95d9035814dd2e8d606afc268dc428387c84de54.tar.gz gentoo-95d9035814dd2e8d606afc268dc428387c84de54.tar.bz2 gentoo-95d9035814dd2e8d606afc268dc428387c84de54.zip |
dev-util/cbindgen: arm64 keyworded
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r-- | dev-util/cbindgen/cbindgen-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.9.0.ebuild b/dev-util/cbindgen/cbindgen-0.9.0.ebuild index ff6909f7da6d..56405284ac6d 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" |