dev-util/pwntools: Stabilize 4.14.1 amd64, #954978

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-28 17:46:29 +01:00
parent 6f8cc8e71b
commit 8cf3f4010a

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