diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 05:05:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 05:05:02 +0100 |
commit | d5593846808b84795b9c795ad9c1a3a20db58ea6 (patch) | |
tree | 163e9e5f70ea4f604d9bf831702037cb7739dd8b /dev-util/bindgen | |
parent | dev-python/jq: add missing RDEPEND, add min dep versions to match bundled copies (diff) | |
download | gentoo-d5593846808b84795b9c795ad9c1a3a20db58ea6.tar.gz gentoo-d5593846808b84795b9c795ad9c1a3a20db58ea6.tar.bz2 gentoo-d5593846808b84795b9c795ad9c1a3a20db58ea6.zip |
dev-util/bindgen: forward ~arm64 ~riscv
Closes: https://bugs.gentoo.org/910747
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/bindgen')
-rw-r--r-- | dev-util/bindgen/bindgen-0.63.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bindgen/bindgen-0.63.0.ebuild b/dev-util/bindgen/bindgen-0.63.0.ebuild index d83f56166510..1f2f1f5bb1f9 100644 --- a/dev-util/bindgen/bindgen-0.63.0.ebuild +++ b/dev-util/bindgen/bindgen-0.63.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,7 +100,7 @@ SRC_URI="https://github.com/rust-lang/rust-${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" DEPEND="virtual/rust[rustfmt]" RDEPEND="${DEPEND} |