dev-util/directx-headers: Stabilize 1.615.0 amd64, #957050

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-05 03:51:26 +01:00
parent 0c9c744244
commit b77d7fd529

View File

@@ -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