dev-debug/pwndbg: Stabilize 20250418-r1 x86, #958088

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-14 22:48:37 +01:00
parent 30312757d0
commit 70dadd40e5

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