dev-libs/asmjit: stabilize 2024.10.25 for amd64

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-03-17 22:10:03 +01:00
parent d287663ea4
commit a72368bd96

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
else
CommitId=f1096428b87e9d16305de16e91f2a7f52aef5a88
SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="amd64"
S="${WORKDIR}"/${PN}-${CommitId}
fi