Install this version:
emerge -a =dev-vcs/git-subrepo-0.4.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/git-subrepo-0.4.9
Or alternatively:
emerge --autounmask-write -a =dev-vcs/git-subrepo-0.4.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.9 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A git submodule alternative"
HOMEPAGE="https://github.com/ingydotnet/git-subrepo"
SRC_URI="https://github.com/ingydotnet/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="dev-vcs/git"
RDEPEND="${DEPEND}"
src_compile() {
true
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | git-subrepo-0.4.9.tar.gz | 125687 bytes | https://github.com/ingydotnet/git-subrepo/archive/refs/tags/0.4.9.tar.gz |