summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-08 13:44:58 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-08 13:44:58 +0300
commite0e23beb25f9c76fcccc6be0a7e0be0f07914925 (patch)
tree93c9b8a0f4f535d8bc5611b8a9701387b961ea45 /dev-util
parentdev-python/msgpack: Stabilize 1.0.5 ppc64, #903999 (diff)
downloadgentoo-e0e23beb25f9c76fcccc6be0a7e0be0f07914925.tar.gz
gentoo-e0e23beb25f9c76fcccc6be0a7e0be0f07914925.tar.bz2
gentoo-e0e23beb25f9c76fcccc6be0a7e0be0f07914925.zip
dev-util/directx-headers: Stabilize 1.608.2b amd64, #903989
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-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 ffed8fd1159f..45251a224f9d 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