summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-01 19:40:11 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-01 19:40:11 +0300
commitbd010242e3de94d4b93e8d9676936920b9a9dd41 (patch)
tree506e345032194d65b0e817a76af7a4ae60bf93df /dev-util
parentdev-libs/libevdev: Stabilize 1.13.1 amd64, #907616 (diff)
downloadgentoo-bd010242e3de94d4b93e8d9676936920b9a9dd41.tar.gz
gentoo-bd010242e3de94d4b93e8d9676936920b9a9dd41.tar.bz2
gentoo-bd010242e3de94d4b93e8d9676936920b9a9dd41.zip
dev-util/directx-headers: Stabilize 1.610.2 amd64, #907616
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/directx-headers/directx-headers-1.610.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/directx-headers/directx-headers-1.610.2.ebuild b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
index ad4198c30d5e..c44a597f0465 100644
--- a/dev-util/directx-headers/directx-headers-1.610.2.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.610.2.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