diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-12 23:13:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-12 23:13:30 +0100 |
commit | e751b134484a190fe854e70e00d6c67cfffbf4d4 (patch) | |
tree | 27eddcdba6897ca6ca803f8f20d8bc68215e4042 /dev-util/vulkan-headers | |
parent | media-libs/shaderc: Stabilize 2021.2 x86, #823077 (diff) | |
download | gentoo-e751b134484a190fe854e70e00d6c67cfffbf4d4.tar.gz gentoo-e751b134484a190fe854e70e00d6c67cfffbf4d4.tar.bz2 gentoo-e751b134484a190fe854e70e00d6c67cfffbf4d4.zip |
dev-util/vulkan-headers: Stabilize 1.2.189 amd64, #823077
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-headers')
-rw-r--r-- | dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild index 49415294041c..a9d5e5115981 100644 --- a/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-${PV} fi |