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

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-03-28 17:16:25 +00:00
parent bbf12d2705
commit 746b4e7455

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