summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Linden <karl.j.linden@gmail.com>2017-11-27 07:23:17 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-30 15:46:04 +0100
commit960dae034d2e4a5c2606009a4bc1656fc32f4470 (patch)
treeb297d8f9b8f37d3a171cfca1b7b949253b7fc323 /media-sound/lilypond/lilypond-9999.ebuild
parentmedia-sound/lilypond: fix sed invocation. (diff)
downloadgentoo-960dae034d2e4a5c2606009a4bc1656fc32f4470.tar.gz
gentoo-960dae034d2e4a5c2606009a4bc1656fc32f4470.tar.bz2
gentoo-960dae034d2e4a5c2606009a4bc1656fc32f4470.zip
media-sound/lilypond-9999: use https for git repo.
This updates the EGIT_REPO_URI with the one from: https://git.savannah.gnu.org/gitweb/?p=lilypond.git Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-sound/lilypond/lilypond-9999.ebuild')
-rw-r--r--media-sound/lilypond/lilypond-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
index 3fae42dbe7e2..e451c38deeb9 100644
--- a/media-sound/lilypond/lilypond-9999.ebuild
+++ b/media-sound/lilypond/lilypond-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit elisp-common autotools python-single-r1 xdg-utils
if [[ "${PV}" = "9999" ]]; then
- EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
+ EGIT_REPO_URI="https://git.savannah.gnu.org/git/lilypond.git"
else
SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"