pentoo-rce: fix deps

This commit is contained in:
Anton Bolshakov 2024-01-22 10:30:03 +08:00
parent 5a6bb0f552
commit b47101a6e6
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 6 additions and 5 deletions

View file

@ -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}]

View file

@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">iGio90/Dwarf</remote-id>
<remote-id type="pypi">dwarf-debugger</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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
)
"