summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-08 12:56:13 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-08 12:56:13 +0300
commit21f358765fcd4ee22ce9b861145aae311e61e113 (patch)
tree88cf6d6059b2be21ed2ff9d9cab5d13bf0f34338 /dev-util/directx-headers
parentdev-ruby/strscan: Stabilize 3.0.6 amd64, #903936 (diff)
downloadgentoo-21f358765fcd4ee22ce9b861145aae311e61e113.tar.gz
gentoo-21f358765fcd4ee22ce9b861145aae311e61e113.tar.bz2
gentoo-21f358765fcd4ee22ce9b861145aae311e61e113.zip
dev-util/directx-headers: Stabilize 1.608.2b x86, #903989
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.608.2b.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/directx-headers/directx-headers-1.608.2b.ebuild b/dev-util/directx-headers/directx-headers-1.608.2b.ebuild
index ad4198c30d5e..ffed8fd1159f 100644
--- a/dev-util/directx-headers/directx-headers-1.608.2b.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.608.2b.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