summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-18 09:50:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-18 09:50:03 +0300
commit5ae4d70daba746ac14e290437176ef5c211503b8 (patch)
treee382e08db535117a5720701964e7837267cb72a4 /dev-util/directx-headers
parentx11-libs/libdrm: Stabilize 2.4.123-r1 ppc, #941730 (diff)
downloadgentoo-5ae4d70daba746ac14e290437176ef5c211503b8.tar.gz
gentoo-5ae4d70daba746ac14e290437176ef5c211503b8.tar.bz2
gentoo-5ae4d70daba746ac14e290437176ef5c211503b8.zip
dev-util/directx-headers: Stabilize 1.614.1 x86, #941731
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/directx-headers')
-rw-r--r--dev-util/directx-headers/directx-headers-1.614.1.ebuild2
1 files changed, 1 insertions, 1 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 a206503ba728..4fd438d65a65 100644
--- a/dev-util/directx-headers/directx-headers-1.614.1.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.614.1.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 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
fi