diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-24 21:22:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-24 21:22:15 +0300 |
commit | 50533e4453c64fb55f4c834a42bf2bddbbec8862 (patch) | |
tree | b39cce22991d4276b4fcf9cac483f6f72070135e /dev-util/directx-headers | |
parent | dev-python/Levenshtein: Stabilize 0.25.1 ppc, #930612 (diff) | |
download | gentoo-50533e4453c64fb55f4c834a42bf2bddbbec8862.tar.gz gentoo-50533e4453c64fb55f4c834a42bf2bddbbec8862.tar.bz2 gentoo-50533e4453c64fb55f4c834a42bf2bddbbec8862.zip |
dev-util/directx-headers: Stabilize 1.613.1 x86, #930620
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.613.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/directx-headers/directx-headers-1.613.1.ebuild b/dev-util/directx-headers/directx-headers-1.613.1.ebuild index 345a7bd72010..e0c416ab2167 100644 --- a/dev-util/directx-headers/directx-headers-1.613.1.ebuild +++ b/dev-util/directx-headers/directx-headers-1.613.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 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}"/${MY_PN}-${PV} fi |