Install this version:
emerge -a =app-admin/mu-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/mu-0.3.0
Or alternatively:
emerge --autounmask-write -a =app-admin/mu-0.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.85.0"
CRATES=""
inherit cargo
DESCRIPTION="Minimal privilege escalation runner"
HOMEPAGE="https://github.com/MulpinKR/mu"
SRC_URI="
https://github.com/MulpinKR/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="virtual/libcrypt:="
RDEPEND="virtual/libcrypt:= !net-mail/mu"
QA_FLAGS_IGNORED="usr/bin/mu"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mu-0.3.0.tar.gz | 5979 bytes | https://github.com/MulpinKR/mu/archive/v0.3.0.tar.gz |