# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LLVM_COMPAT=( {18..23} ) RUST_MIN_VER="1.80.1" inherit cargo llvm-r2 optfeature systemd git-r3 VENDOR="25.05.1" DESCRIPTION="Scrollable-tiling Wayland compositor" HOMEPAGE="https://github.com/YaLTeR/niri" EGIT_REPO_URI="https://github.com/YaLTeR/niri.git" SRC_URI=" https://github.com/YaLTeR/niri/releases/download/v${VENDOR}/niri-${VENDOR}-vendored-dependencies.tar.xz " LICENSE="GPL-3+" # Dependent crate licenses LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-3.0 " SLOT="0" KEYWORDS="~amd64" IUSE="+dbus screencast systemd" REQUIRED_USE=" screencast? ( dbus ) systemd? ( dbus ) " DEPEND=" dev-libs/glib:2 dev-libs/libinput:= dev-libs/wayland