mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
objection: fix deps
This commit is contained in:
parent
2222b1c418
commit
4857172c78
3 changed files with 5 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ RDEPEND=">=dev-util/frida-tools-7.0.0[${PYTHON_USEDEP}]
|
|||
>=dev-python/prompt_toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-4.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
=dev-python/semver-2*[${PYTHON_USEDEP}]
|
||||
dev-python/delegator[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
|
|
@ -15,7 +15,7 @@ SRC_URI="https://github.com/unicorn-engine/unicorn/archive/${MY_PV}.tar.gz -> ${
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~sparc ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~sparc x86"
|
||||
|
||||
IUSE_UNICORN_TARGETS="x86 m68k arm aarch64 mips sparc"
|
||||
use_unicorn_targets=$(printf ' unicorn_targets_%s' ${IUSE_UNICORN_TARGETS})
|
||||
|
|
|
|||
|
|
@ -424,3 +424,6 @@ app-admin/opensnitch
|
|||
#empire
|
||||
=dev-python/python-socketio-5*
|
||||
=dev-python/python-engineio-4*
|
||||
|
||||
#objection
|
||||
=dev-python/semver-2*
|
||||
|
|
|
|||
Loading…
Reference in a new issue