mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-25 17:53:24 +01:00
capstone: migrate to capstone-bindings, batch 2
This commit is contained in:
parent
d7be9daed5
commit
06f2a25572
2 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-libs/capstone[python]"
|
||||
RDEPEND="dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ fi
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/capstone[python]
|
||||
DEPEND="dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]
|
||||
dev-libs/keystone
|
||||
dev-python/pyelftools[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
Loading…
Reference in a new issue