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 64E721382C5 for ; Mon, 15 Mar 2021 08:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8107E0729; Mon, 15 Mar 2021 08:00:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91FA5E0729 for ; Mon, 15 Mar 2021 08:00:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 707E3335C32 for ; Mon, 15 Mar 2021 08:00:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8C7478 for ; Mon, 15 Mar 2021 08:00: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: <1615795197.bd62b1045990d966301c55fb1294382bb2ba085f.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bd62b1045990d966301c55fb1294382bb2ba085f X-VCS-Branch: master Date: Mon, 15 Mar 2021 08:00: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f616bb00-4932-477b-b5c7-29c533b469c1 X-Archives-Hash: 641de579d0f4c354752501f46da60d4e commit: bd62b1045990d966301c55fb1294382bb2ba085f Author: Ulrich Müller gentoo org> AuthorDate: Mon Mar 15 07:59:57 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 15 07:59:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=bd62b104 app-emacs/emacs-common-gentoo: "Upstream" branch has been renamed Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index bb0b926..1824157 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" -EGIT_BRANCH="${PN}" +EGIT_BRANCH="emacs-common" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" inherit elisp-common desktop xdg-utils readme.gentoo-r1 git-r3