mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
frida-tools: use frida-bin by default, for now
This commit is contained in:
parent
0179474346
commit
3a04d82a22
2 changed files with 6 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ S="${WORKDIR}/"
|
||||||
LICENSE="wxWinLL-3.1"
|
LICENSE="wxWinLL-3.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
RDEPEND="~dev-libs/frida-core-${PV}
|
RDEPEND="~dev-libs/frida-core-${PV}
|
||||||
dev-python/typing-extensions[${PYTHON_USEDEP}]"
|
dev-python/typing-extensions[${PYTHON_USEDEP}]"
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,15 @@ HOMEPAGE="https://github.com/frida/frida-tools"
|
||||||
LICENSE="wxWinLL-3.1"
|
LICENSE="wxWinLL-3.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
#WIP: fix frida 17 first
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
#KEYWORDS="amd64 ~arm64 x86"
|
|
||||||
|
|
||||||
DEPEND="${PYTHON_DEPS}"
|
DEPEND="${PYTHON_DEPS}"
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
>=dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
|
>=dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
|
||||||
>=dev-python/frida-17.1.0[${PYTHON_USEDEP}]
|
|| (
|
||||||
|
>=dev-python/frida-bin-17.1.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/frida-17.1.0[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
>=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0
|
>=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0
|
||||||
>=dev-python/pygments-2.0.2[${PYTHON_USEDEP}]
|
>=dev-python/pygments-2.0.2[${PYTHON_USEDEP}]
|
||||||
dev-python/websockets[${PYTHON_USEDEP}]"
|
dev-python/websockets[${PYTHON_USEDEP}]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue