dev-python/gdb-pt-dump: Keyword 0.0.0_p20231111 arm64, #930824

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-01 04:30:32 +01:00
parent e8127e5207
commit 401bbfd891

View File

@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/martinradev/gdb-pt-dump.git"
else
SRC_URI="https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~arm64 x86"
S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}"
fi