dev-util/directx-headers: Stabilize 1.614.1 arm64, #947506

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-04 21:21:49 +00:00
parent 1d5345cb37
commit 65cf99667f

View File

@@ -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
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/microsoft/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="amd64 arm64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
fi