summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-28 14:50:44 +0100
committerSam James <sam@gentoo.org>2024-04-28 14:50:44 +0100
commitb95228cb167797ad85c0def8228ba3bdfc35c0d0 (patch)
treeede1b649fa0090aea444c1e02a5e793a29492e59 /dev-debug/pwndbg
parentdev-python/gdb-pt-dump: Stabilize 0.0.0_p20231111 x86, #930822 (diff)
downloadgentoo-b95228cb167797ad85c0def8228ba3bdfc35c0d0.tar.gz
gentoo-b95228cb167797ad85c0def8228ba3bdfc35c0d0.tar.bz2
gentoo-b95228cb167797ad85c0def8228ba3bdfc35c0d0.zip
dev-debug/pwndbg: Stabilize 20240214 amd64, #930822
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/pwndbg')
-rw-r--r--dev-debug/pwndbg/pwndbg-20240214.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/pwndbg/pwndbg-20240214.ebuild b/dev-debug/pwndbg/pwndbg-20240214.ebuild
index 0c845043b7a8..3b225f7df637 100644
--- a/dev-debug/pwndbg/pwndbg-20240214.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20240214.ebuild
@@ -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 x86"
+ KEYWORDS="amd64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi