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:
Ulrich Müller
2018-06-17 12:08:14 +02:00
parent 78525384b7
commit 064edb374c

View File

@@ -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"