summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-03-16 19:11:41 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-16 21:23:53 +0000
commit2950c4988d05a1e098e7b49eee444a79228ac8aa (patch)
tree97493a8e36196c2444c99d212acb70221469ba48 /dev-util/valgrind/valgrind-9999.ebuild
parentsys-libs/newlib: Use https:// for git repository. (diff)
downloadgentoo-2950c4988d05a1e098e7b49eee444a79228ac8aa.tar.gz
gentoo-2950c4988d05a1e098e7b49eee444a79228ac8aa.tar.bz2
gentoo-2950c4988d05a1e098e7b49eee444a79228ac8aa.zip
dev-util/valgrind: Use https:// for git repository.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/valgrind/valgrind-9999.ebuild')
-rw-r--r--dev-util/valgrind/valgrind-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/valgrind/valgrind-9999.ebuild b/dev-util/valgrind/valgrind-9999.ebuild
index 41689a1904e1..aa72dd092528 100644
--- a/dev-util/valgrind/valgrind-9999.ebuild
+++ b/dev-util/valgrind/valgrind-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
IUSE="mpi"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+ EGIT_REPO_URI="https://sourceware.org/git/${PN}.git"
inherit git-r3
else
SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2"