commit: 5ce9d7c60e5d600e1e21dde3f0e62fcdeee6cdeb
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 15:47:14 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 15:47:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce9d7c6
dev-debug/pwndbg: Stabilize 20240829 amd64, #943475
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-debug/pwndbg/pwndbg-20240829.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-debug/pwndbg/pwndbg-20240829.ebuild
b/dev-debug/pwndbg/pwndbg-20240829.ebuild
index c9c6c49e4cf1..27a3e06e41de 100644
--- a/dev-debug/pwndbg/pwndbg-20240829.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20240829.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