diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-12-02 12:51:58 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-12-02 18:20:25 +0800 |
commit | 5b67c83632e496d950ec9411b971e56d07cc8c0f (patch) | |
tree | 3ccc9321c921e58a959e066a796a28da976e4321 /dev-libs/capstone | |
parent | dev-python/python-axolotl-curve25519: Fix compilation with clang. (diff) | |
download | gentoo-5b67c83632e496d950ec9411b971e56d07cc8c0f.tar.gz gentoo-5b67c83632e496d950ec9411b971e56d07cc8c0f.tar.bz2 gentoo-5b67c83632e496d950ec9411b971e56d07cc8c0f.zip |
dev-libs/capstone: keyword 5.0_rc2-r2 for ~loong
Although it's without support for the native arch (i.e. LoongArch), at
least it builds so support can always come in later versions...
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r-- | dev-libs/capstone/capstone-5.0_rc2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild index 0d7962784225..7464c02b8b52 100644 --- a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild +++ b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/capstone-engine/capstone/archive/${PV/_rc/-rc}.tar.g LICENSE="BSD" SLOT="0/5" # libcapstone.so.5 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" IUSE="python test" RDEPEND="python? ( ${PYTHON_DEPS} )" |