diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 08:31:02 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 08:31:02 +0200 |
commit | 9eaef4a99b68971571d4338a41b4d0d41a2b39b9 (patch) | |
tree | 12a34f5b522d33d47edc6bac4956b92d5a6257b7 /dev-util/directx-headers | |
parent | x11-libs/libxshmfence: Stabilize 1.3.1 amd64, #880793 (diff) | |
download | gentoo-9eaef4a99b68971571d4338a41b4d0d41a2b39b9.tar.gz gentoo-9eaef4a99b68971571d4338a41b4d0d41a2b39b9.tar.bz2 gentoo-9eaef4a99b68971571d4338a41b4d0d41a2b39b9.zip |
dev-util/directx-headers: Stabilize 1.606.4 amd64, #880793
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.606.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/directx-headers/directx-headers-1.606.4.ebuild b/dev-util/directx-headers/directx-headers-1.606.4.ebuild index e0d36de615c0..4314233e9802 100644 --- a/dev-util/directx-headers/directx-headers-1.606.4.ebuild +++ b/dev-util/directx-headers/directx-headers-1.606.4.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 |