summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-01 04:30:31 +0100
committerSam James <sam@gentoo.org>2024-06-01 04:30:31 +0100
commite8127e52074eb766204d9b20d6783d41a19ad01b (patch)
tree60e134282cdfb3d187fe7d4671de38262bb52581 /dev-debug
parentdev-perl/GD: add 2.820.0 (diff)
downloadgentoo-e8127e52074eb766204d9b20d6783d41a19ad01b.tar.gz
gentoo-e8127e52074eb766204d9b20d6783d41a19ad01b.tar.bz2
gentoo-e8127e52074eb766204d9b20d6783d41a19ad01b.zip
dev-debug/pwndbg: Keyword 20240214 arm64, #930824
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-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 3b225f7df637..3b74b964df2b 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 ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi