Install this version:
emerge -a =sys-apps/systemd-initctl-2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/systemd-initctl-2
Or alternatively:
emerge --autounmask-write -a =sys-apps/systemd-initctl-2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="initctl Compatibility Daemon"
HOMEPAGE="https://github.com/systemd/systemd-initctl"
SRC_URI="https://github.com/systemd/systemd-initctl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
DEPEND="
sys-apps/systemd:0=
"
RDEPEND="${DEPEND}
!<sys-apps/systemd-258
"
BDEPEND="
virtual/pkgconfig
"
sys-apps/systemd:0=
sys-apps/systemd:0= !<sys-apps/systemd-258
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | systemd-initctl-2.tar.gz | 10016 bytes | https://github.com/systemd/systemd-initctl/archive/refs/tags/v2.tar.gz |