Skip to content

Commit

Permalink
app-eselect/eselect-rust: add riscv support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
dlan17 committed May 13, 2021
1 parent d71f2fa commit 8ce07cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-eselect/eselect-rust/eselect-rust-20200419.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ ${PV} == "99999999" ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
else
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.bz2"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
fi

DESCRIPTION="Eselect module for management of multiple Rust versions"
Expand Down

0 comments on commit 8ce07cb

Please sign in to comment.