Install this version:
emerge -a =dev-vcs/jj-0.41.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/jj-0.41.0
Or alternatively:
emerge --autounmask-write -a =dev-vcs/jj-0.41.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.41.0 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.1
EAPI=8
CRATES=""
RUST_MIN_VER="1.89.0"
inherit cargo
DESCRIPTION="Jujutsu - an experimental version control system"
HOMEPAGE="https://www.jj-vcs.dev/"
SRC_URI="
https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
${CARGO_CRATE_URIS}
"
LICENSE="Apache-2.0"
# Dependent crate licenses
LICENSE+="
Apache-2.0 BSD MIT MIT-0 MPL-2.0 Unicode-3.0 Unicode-DFS-2016
WTFPL-2 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
QA_FLAGS_IGNORED="usr/bin/${PN}"
DOCS=(
CHANGELOG.md
GOVERNANCE.md
README.md
SECURITY.md
demos/
docs/
)
src_install() {
cargo_src_install --path cli
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p dev-vcs/jj |
euse -E <flag> -p dev-vcs/jj |
euse -D <flag> -p dev-vcs/jj
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jj-0.41.0-crates.tar.xz | 29570468 bytes | https://github.com/gentoo-crate-dist/jj/releases/download/v0.41.0/jj-0.41.0-crates.tar.xz |
| DIST | jj-0.41.0.gh.tar.gz | 2730413 bytes | https://github.com/jj-vcs/jj/archive/refs/tags/v0.41.0.tar.gz |