Install this version:
emerge -a =dev-vcs/mergiraf-0.18.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/mergiraf-0.18.0
Or alternatively:
emerge --autounmask-write -a =dev-vcs/mergiraf-0.18.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.18.0 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES=" "
RUST_MIN_VER="1.92"
inherit cargo
DESCRIPTION="Syntax-aware git merge driver"
HOMEPAGE="https://mergiraf.org/"
SRC_URI="https://codeberg.org/mergiraf/mergiraf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/gentoo-crate-dist/mergiraf/releases/download/v${PV}/${P}-crates.tar.xz"
S=${WORKDIR}/${PN}
LICENSE="GPL-3"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-vcs/git
dev-vcs/jj
)
"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_install() {
default
cargo_src_install
}
Manage flags for this package:
euse -i <flag> -p dev-vcs/mergiraf |
euse -E <flag> -p dev-vcs/mergiraf |
euse -D <flag> -p dev-vcs/mergiraf
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mergiraf-0.18.0.tar.gz | 1241036 bytes | https://codeberg.org/mergiraf/mergiraf/archive/v0.18.0.tar.gz |