summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-08-10 17:56:48 -0400
committerAaron Bauman <bman@gentoo.org>2019-08-10 17:59:22 -0400
commit95d9035814dd2e8d606afc268dc428387c84de54 (patch)
tree595f8e35b2de3e7bca362513adc2e71b69918d35
parentdev-libs/amdgpu-pro-opencl: switch off debugging messages in ebuilds (diff)
downloadgentoo-95d90358.tar.gz
gentoo-95d90358.tar.bz2
gentoo-95d90358.zip
dev-util/cbindgen: arm64 keyworded
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17
-rw-r--r--dev-util/cbindgen/cbindgen-0.9.0.ebuild2
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"