Install this version:
emerge -a =media-libs/monado-vulkan-layers-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/monado-vulkan-layers-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/monado-vulkan-layers-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Monado vulkan layers"
HOMEPAGE="https://gitlab.freedesktop.org/monado/utilities/vulkan-layers"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.freedesktop.org/monado/utilities/vulkan-layers"
else
SRC_URI=""
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""