app-doc/pms: Explicitly checkout the master branch.
authorUlrich Müller <ulm@gentoo.org>
Sun, 17 Jun 2018 10:08:14 +0000 (12:08 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 17 Jun 2018 10:09:03 +0000 (12:09 +0200)
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

app-doc/pms/pms-9999.ebuild

index 4b2c98316ee7d8e0b23eb5cbd2915202a43892bf..c3c195c85e600a7add69b007d4f48d850195dd42 100644 (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"