diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-02-10 16:43:14 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-02-10 16:43:14 +0800 |
commit | 44c51bf89a135d047806021c9bfcffab22f8fc18 (patch) | |
tree | 7004489ed5715b8cb4aa9fae9e5e5996909cd3fc /dev-util | |
parent | dev-util/ROPgadget: forward keywords to live ebuild (diff) | |
download | gentoo-44c51bf89a135d047806021c9bfcffab22f8fc18.tar.gz gentoo-44c51bf89a135d047806021c9bfcffab22f8fc18.tar.bz2 gentoo-44c51bf89a135d047806021c9bfcffab22f8fc18.zip |
dev-util/unicorn: forward keywords to live ebuild
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/unicorn/unicorn-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/unicorn/unicorn-9999.ebuild b/dev-util/unicorn/unicorn-9999.ebuild index b05d7ee97e49..0252a0fdcf05 100644 --- a/dev-util/unicorn/unicorn-9999.ebuild +++ b/dev-util/unicorn/unicorn-9999.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 ~x86" + KEYWORDS="~amd64 ~ppc ~riscv ~x86" fi S="${WORKDIR}/${PN}-${MY_PV}" |