Install this version:
emerge -a =sys-auth/kanidm-1.10.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-auth/kanidm-1.10.3
Or alternatively:
emerge --autounmask-write -a =sys-auth/kanidm-1.10.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.10.3 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.0
EAPI=8
RUST_MIN_VER="1.90"
inherit cargo
DESCRIPTION="A simple, secure and fast identity management platform"
HOMEPAGE="https://github.com/kanidm/kanidm/"
SRC_URI="
https://github.com/kanidm/kanidm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://dblsaiko.net/pub/dist/${P}-deps.tar.xz
"
LICENSE="MPL-2.0"
# Dependent crate licenses
LICENSE+="
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0
CDLA-Permissive-2.0 ISC LGPL-3 MIT MIT-0 MPL-2.0 MPL-2.0 Unicode-3.0
ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
cargo_src_install --path tools/cli
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kanidm-1.10.3-deps.tar.xz | 59917276 bytes | https://dblsaiko.net/pub/dist/kanidm-1.10.3-deps.tar.xz |
| DIST | kanidm-1.10.3.tar.gz | 8855734 bytes | https://github.com/kanidm/kanidm/archive/refs/tags/v1.10.3.tar.gz |