diff options
author | 2023-02-10 16:39:27 +0800 | |
---|---|---|
committer | 2023-02-10 16:39:27 +0800 | |
commit | 8b24a62478b1dab4a64094c42a8fa54cb258d353 (patch) | |
tree | a4f8ce9eec8c7d9bf4eaf2b9df8f3cc3887f1572 /dev-util/unicorn | |
parent | dev-util/ROPgadget: Keyword 7.2 riscv, #892824 (diff) | |
download | gentoo-8b24a62478b1dab4a64094c42a8fa54cb258d353.tar.gz gentoo-8b24a62478b1dab4a64094c42a8fa54cb258d353.tar.bz2 gentoo-8b24a62478b1dab4a64094c42a8fa54cb258d353.zip |
dev-util/unicorn: Keyword 2.0.1 riscv, #892824
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/unicorn')
-rw-r--r-- | dev-util/unicorn/unicorn-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/unicorn/unicorn-2.0.1.ebuild b/dev-util/unicorn/unicorn-2.0.1.ebuild index 09d6b34fc026..81e4e2c566a2 100644 --- a/dev-util/unicorn/unicorn-2.0.1.ebuild +++ b/dev-util/unicorn/unicorn-2.0.1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/unicorn-engine/unicorn" else SRC_URI="https://github.com/unicorn-engine/unicorn/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~ppc x86" + KEYWORDS="amd64 ~ppc ~riscv x86" fi S="${WORKDIR}/${PN}-${MY_PV}" |