diff options
author | Han Gao <rabenda.cn@gmail.com> | 2022-07-28 17:59:46 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 11:13:19 +0100 |
commit | 5c0da387d334c8b82ae98afc801a49851460b3cb (patch) | |
tree | d05066722ad397f53b74edc34e9de04f6138aa1e /sys-devel/mold | |
parent | dev-libs/mimalloc: riscv keywording (diff) | |
download | gentoo-5c0da387d334c8b82ae98afc801a49851460b3cb.tar.gz gentoo-5c0da387d334c8b82ae98afc801a49851460b3cb.tar.bz2 gentoo-5c0da387d334c8b82ae98afc801a49851460b3cb.zip |
sys-devel/mold: riscv keywording
Signed-off-by: Han Gao <rabenda.cn@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26632
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/mold')
-rw-r--r-- | sys-devel/mold/mold-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/mold/mold-1.3.1.ebuild b/sys-devel/mold/mold-1.3.1.ebuild index 2a7faac5052d..53cc37505b9c 100644 --- a/sys-devel/mold/mold-1.3.1.ebuild +++ b/sys-devel/mold/mold-1.3.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi LICENSE="AGPL-3" |