mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
capstone: migrate to capstone-bindings
This commit is contained in:
parent
c7e451e404
commit
d7be9daed5
6 changed files with 8 additions and 10 deletions
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}]
|
||||
|
|
|
|||
|
|
@ -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}]"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue