dev-util/pwntools: Stabilize 4.14.0 arm64, #951948

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-03-28 19:58:25 +03:00
parent 9433b80f66
commit 4cccf6da46

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then
else
SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV/_beta/beta}.tar.gz -> ${P}.gh.tar.gz"
if [[ ${PV} != *_beta* ]] ; then
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 arm64 ~riscv ~x86"
fi
S="${WORKDIR}/${PN}-${PV/_beta/beta}"
fi