commit: 210278954cac3f07c332a4c4bd9d85e77ad794c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 20:16:44 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 20:16:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21027895
dev-util/directx-headers: Stabilize 1.611.0 x86, #922127
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/directx-headers/directx-headers-1.611.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/directx-headers/directx-headers-1.611.0.ebuild
b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
index ad4198c30d5e..55af70558e2f 100644
--- a/dev-util/directx-headers/directx-headers-1.611.0.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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 ~x86"
+ KEYWORDS="~amd64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
fi