From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90D86138334 for ; Sun, 17 Jun 2018 10:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A027E0903; Sun, 17 Jun 2018 10:09:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1686BE0903 for ; Sun, 17 Jun 2018 10:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 575EA335C8E for ; Sun, 17 Jun 2018 10:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5055F2AD for ; Sun, 17 Jun 2018 10:09:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1529230143.064edb374cd921fbecc6470ef3c87437205501ed.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/pms/pms-9999.ebuild X-VCS-Directories: app-doc/pms/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 064edb374cd921fbecc6470ef3c87437205501ed X-VCS-Branch: master Date: Sun, 17 Jun 2018 10:09:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53352709-d5ba-4e81-8ea8-d17cc4401c7a X-Archives-Hash: a80e959ac45b60d937644a90ee3fc1a4 commit: 064edb374cd921fbecc6470ef3c87437205501ed Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 17 10:08:14 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 17 10:09:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064edb37 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 app-doc/pms/pms-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 4b2c98316ee..c3c195c85e6 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -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"