mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-doc/pms: Explicitly checkout the master branch.
Otherwise, git-r3.eclass would default to a detached head, which would lead to confusing branch info with gitinfo2. Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -6,6 +6,7 @@ EAPI=7
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
|
||||
EGIT_BRANCH="master"
|
||||
DESCRIPTION="Gentoo Package Manager Specification (draft)"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user