dev-debug/pwndbg: Stabilize 20250418 amd64, #957029

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-05 17:09:41 +01:00
parent 3cf190413a
commit 5d8ae1750e

View File

@@ -18,7 +18,7 @@ if [[ ${PV} == "99999999" ]]; then
else
MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 x86"
KEYWORDS="amd64 ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi