sys-devel/crossdev: switch live ebuild from git:// to https://
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 5 Apr 2018 06:27:01 +0000 (07:27 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 5 Apr 2018 06:27:01 +0000 (07:27 +0100)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

sys-devel/crossdev/crossdev-99999999.ebuild

index d6645156ceb3cce5b09ba53c5bf814e08ce52b00..9024b91e057bf8e19d093f4f738daa823eb57ba3 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ ${PV} == "99999999" ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
 else
        SRC_URI="mirror://gentoo/${P}.tar.xz
                https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"