diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-27 08:36:52 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-27 08:36:52 +0200 |
commit | eb2af1e172d6be5e22e17cbb477b2112bd1d09fc (patch) | |
tree | 5f2194b2f9d312c1ec009e933f4e0de4a55c1b40 /dev-libs/capstone | |
parent | dev-embedded/openocd: x86 stable wrt bug #815499 (diff) | |
download | gentoo-eb2af1e172d6be5e22e17cbb477b2112bd1d09fc.tar.gz gentoo-eb2af1e172d6be5e22e17cbb477b2112bd1d09fc.tar.bz2 gentoo-eb2af1e172d6be5e22e17cbb477b2112bd1d09fc.zip |
dev-libs/capstone: x86 stable wrt bug #815499
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r-- | dev-libs/capstone/capstone-4.0.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild index b232bd3855b3..c6854f19510c 100644 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0/4" # libcapstone.so.4 -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" # A few disassembly outputs need an update RESTRICT="test" |