capstone: migrate to capstone-bindings

This commit is contained in:
blshkv 2019-11-02 08:46:20 +08:00
parent c7e451e404
commit d7be9daed5
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 8 additions and 10 deletions

View file

@ -402,3 +402,6 @@ dev-python/django-ranged-response
#required by gvm-tools / openvas
dev-python/python-gvm
# required by pwndbg
=dev-python/python-ptrace-0.9*

View file

@ -1,10 +1,5 @@
#sys-devel/llvm:4
#=sys-devel/llvm-common-4*
#sys-devel/clang:4
#sys-devel/clang-runtime:4.0.1
#sys-libs/compiler-rt:4.0.1
#sys-libs/compiler-rt-sanitizers:4.0.1
#=sys-libs/libomp-4.0*
#~sys-devel/libtool-2.4.6
### Pentoo ###
sys-devel/pwndbg
### Gentoo ###
sys-devel/gcc-arm-none-eabi

View file

@ -32,7 +32,7 @@ SLOT="0"
CDEPEND="${PYTHON_DEPS}"
RDEPEND="${CDEPEND}
app-exploits/ROPgadget
dev-libs/capstone[python,${PYTHON_USEDEP}]
dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]

View file

@ -27,7 +27,7 @@ LICENSE="BSD"
SLOT="0"
RDEPEND="${PYTHON_DEPS}
dev-libs/capstone[python,${PYTHON_USEDEP}]
dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]
dev-libs/keystone[python,${PYTHON_USEDEP}]
dev-python/filebytes[${PYTHON_USEDEP}]"