commit: d41848e23aa2f66c0fe23ac963f665cf951a87d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 18:24:11 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 18:24:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41848e2
dev-debug/pwndbg: destabilize 20250418 for ~amd64, ~x86
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/pwndbg/pwndbg-20250418.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-debug/pwndbg/pwndbg-20250418.ebuild
b/dev-debug/pwndbg/pwndbg-20250418.ebuild
index 27a3e06e41de..22e3ccc06e83 100644
--- a/dev-debug/pwndbg/pwndbg-20250418.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20250418.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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