dev-util/pwntools: Stabilize 4.15.0 amd64, #967241

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-08 23:56:15 +00:00
parent b4f78d18c0
commit 7b80d3f263
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

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