Install this version:
emerge -a =dev-vcs/gagit-3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/gagit-3
Or alternatively:
emerge --autounmask-write -a =dev-vcs/gagit-3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Gentoo AGit workflow tool"
HOMEPAGE="https://gitweb.gentoo.org/proj/gagit.git/"
SRC_URI="
https://gitweb.gentoo.org/proj/gagit.git/snapshot/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-vcs/git
virtual/editor
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gagit-3.tar.bz2 | 13678 bytes | https://gitweb.gentoo.org/proj/gagit.git/snapshot/gagit-3.tar.bz2 |