Install this version:
emerge -a =media-gfx/vk-hdr-layer-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/vk-hdr-layer-9999
Or alternatively:
emerge --autounmask-write -a =media-gfx/vk-hdr-layer-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="Vulkan Wayland HDR WSI Layer"
HOMEPAGE="https://github.com/Zamundaaa/VK_hdr_layer"
EGIT_REPO_URI="https://github.com/Zamundaaa/VK_hdr_layer.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
x11-libs/libX11
dev-util/vulkan-headers
media-libs/vulkan-loader
dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND=""
x11-libs/libX11 dev-util/vulkan-headers media-libs/vulkan-loader dev-libs/wayland
x11-libs/libX11 dev-util/vulkan-headers media-libs/vulkan-loader dev-libs/wayland