commit: ca1d08a6ae5475a801649f10a63777ee782e19ee
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 16:40:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 16:40:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1d08a6
dev-util/directx-headers: Stabilize 1.610.2 x86, #907616
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/directx-headers/directx-headers-1.610.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/directx-headers/directx-headers-1.610.2.ebuild
b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
index c44a597f0465..45251a224f9d 100644
--- a/dev-util/directx-headers/directx-headers-1.610.2.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
@@ -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