app-editors/emacs-vcs: Update EGIT_REPO_URI.
authorUlrich Müller <ulm@gentoo.org>
Sun, 15 Oct 2017 10:53:59 +0000 (12:53 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 15 Oct 2017 10:53:59 +0000 (12:53 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild
app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild

index 88806f04f0e7443e428535b7df495fcd20977519..3f52621bd902fa0d53acbe414e919891a70a71f7 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
 
 if [[ ${PV##*.} = 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
+       EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git"
        EGIT_BRANCH="emacs-26"
        EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
        S="${EGIT_CHECKOUT_DIR}"
index 2e2eb90c8f94ea3146aa3ef9428f9cf911619a87..7800af2c6eb49b1ba223b7399aba1ce0baa30ad2 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
 
 if [[ ${PV##*.} = 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
+       EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git"
        EGIT_BRANCH="master"
        EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
        S="${EGIT_CHECKOUT_DIR}"