commit: d5593846808b84795b9c795ad9c1a3a20db58ea6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 13 04:05:02 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 13 04:05:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5593846
dev-util/bindgen: forward ~arm64 ~riscv Closes: https://bugs.gentoo.org/910747 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/bindgen/bindgen-0.63.0.ebuild | 4 ++-- 1 file 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}
