9be4221b4a
The git package pulls in heavy dependencies for just a few rarely used commands. git-core should be enough (and already uses for Suse). Change-Id: I96b71072c22c26b3b651466053b9e9561527cbe5
17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"git": "dev-vcs/git"
|
|
},
|
|
"redhat": {
|
|
"git": "git-core"
|
|
},
|
|
"suse": {
|
|
"git": "git-core"
|
|
}
|
|
},
|
|
"default": {
|
|
"git": "git"
|
|
}
|
|
}
|