commit: 65b5b8c1a7d60d833acf55b717e5316eff1a32c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 19:44:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 19:44:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b5b8c1
dev-debug/pwndbg: Stabilize 20250120-r1 amd64, #951743
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/pwndbg/pwndbg-20250120-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-debug/pwndbg/pwndbg-20250120-r1.ebuild
b/dev-debug/pwndbg/pwndbg-20250120-r1.ebuild
index fe092f562c86..d667be517743 100644
--- a/dev-debug/pwndbg/pwndbg-20250120-r1.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20250120-r1.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 ~arm64 x86"
+ KEYWORDS="amd64 ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi