commit: 65cf99667fd6a7ff0996e03e8f3a0276fb8a3821
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 21:21:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 21:21:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cf9966
dev-util/directx-headers: Stabilize 1.614.1 arm64, #947506
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/directx-headers/directx-headers-1.614.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/directx-headers/directx-headers-1.614.1.ebuild
b/dev-util/directx-headers/directx-headers-1.614.1.ebuild
index 4766cc43b9ea..6eb9e68a7536 100644
--- a/dev-util/directx-headers/directx-headers-1.614.1.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.614.1.ebuild
@@ -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