commit: 7d6e151966527fa7f933b07c6583631788547902
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 07:10:30 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 07:10:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7d6e1519
app-emacs/org-mode: Update EGIT_REPO_URI
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/org-mode/org-mode-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/org-mode/org-mode-9999.ebuild
b/app-emacs/org-mode/org-mode-9999.ebuild
index aa1dee5..001559a 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -7,7 +7,7 @@ NEED_EMACS=24
inherit elisp readme.gentoo-r1
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.orgmode.org/bzg/org-mode.git"
+ EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs/${PN}.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/org"
inherit git-r3
S="${WORKDIR}/org"