mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
pentoo-rce: fix deps
This commit is contained in:
parent
5a6bb0f552
commit
b47101a6e6
3 changed files with 6 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/iGio90/Dwarf"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/capstone-4.0.1[python,${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">iGio90/Dwarf</remote-id>
|
||||
<remote-id type="pypi">dwarf-debugger</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ HOMEPAGE="https://www.pentoo.org"
|
|||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="hardened pentoo-extra pentoo-full X"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
PDEPEND="hardened? ( sys-apps/paxctl )
|
||||
app-arch/upx
|
||||
|
|
@ -32,17 +32,17 @@ PDEPEND="hardened? ( sys-apps/paxctl )
|
|||
app-editors/gedit
|
||||
app-editors/ghex
|
||||
)
|
||||
!hardened? ( sys-devel/prelink )
|
||||
!arm? ( dev-lang/nasm
|
||||
dev-debug/edb-debugger
|
||||
)
|
||||
amd64? ( dev-util/cutter
|
||||
dev-util/ghidra
|
||||
)
|
||||
dev-util/ltrace
|
||||
dev-util/strace
|
||||
dev-debug/ltrace
|
||||
dev-debug/strace
|
||||
)
|
||||
pentoo-extra? (
|
||||
amd64? ( dev-util/radare2 )
|
||||
dev-debug/dwarf-debugger
|
||||
)
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue