Install this version:
emerge -a =gui-apps/dozed-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/dozed-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/dozed-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the BSD 3-Clause License
EAPI=8
inherit meson
DESCRIPTION="Lightweight, fullscreen-aware Wayland idle daemon (swayidle fork)"
HOMEPAGE="https://github.com/Gur0v/dozed"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Gur0v/dozed.git"
else
SRC_URI="https://github.com/Gur0v/dozed/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE="logind"
DEPEND="
dev-libs/wayland
logind? ( sys-apps/dbus )
"
RDEPEND="${DEPEND}"
BDEPEND="
app-text/scdoc
>=dev-libs/wayland-protocols-1.40
>=dev-util/wayland-scanner-1.14.91
virtual/pkgconfig
|| ( dev-lang/rust-bin dev-lang/rust )
"
src_configure() {
local emesonargs=(
-Dman-pages=enabled
-Dbash-completions=true
-Dfish-completions=true
-Dzsh-completions=true
$(meson_feature logind)
)
meson_src_configure
}
Manage flags for this package:
euse -i <flag> -p gui-apps/dozed |
euse -E <flag> -p gui-apps/dozed |
euse -D <flag> -p gui-apps/dozed
dev-libs/wayland logind? ( sys-apps/dbus )
dev-libs/wayland logind? ( sys-apps/dbus )
app-text/scdoc >=dev-libs/wayland-protocols-1.40 >=dev-util/wayland-scanner-1.14.91 virtual/pkgconfig || ( dev-lang/rust-bin dev-lang/rust )