commit:     65182e68bcb6b04bdd38230b74f9c5ff4d9b04c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 19:42:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 19:42:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65182e68

sci-libs/nanoflann: fix github EGIT_REPO_URI

GitHub no longer supports git://, let's switch to https://.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/nanoflann/nanoflann-1.3.2.ebuild | 2 +-
 sci-libs/nanoflann/nanoflann-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/nanoflann/nanoflann-1.3.2.ebuild 
b/sci-libs/nanoflann/nanoflann-1.3.2.ebuild
index 0e91a4124d0..c18cb819c4f 100644
--- a/sci-libs/nanoflann/nanoflann-1.3.2.ebuild
+++ b/sci-libs/nanoflann/nanoflann-1.3.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/jlblancoc/nanoflann";
 
 if [[ ${PV} = *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/jlblancoc/nanoflann.git"
+       EGIT_REPO_URI="https://github.com/jlblancoc/nanoflann.git";
 else
        SRC_URI="https://github.com/jlblancoc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"

diff --git a/sci-libs/nanoflann/nanoflann-9999.ebuild 
b/sci-libs/nanoflann/nanoflann-9999.ebuild
index 0e91a4124d0..c18cb819c4f 100644
--- a/sci-libs/nanoflann/nanoflann-9999.ebuild
+++ b/sci-libs/nanoflann/nanoflann-9999.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/jlblancoc/nanoflann";
 
 if [[ ${PV} = *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/jlblancoc/nanoflann.git"
+       EGIT_REPO_URI="https://github.com/jlblancoc/nanoflann.git";
 else
        SRC_URI="https://github.com/jlblancoc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"

Reply via email to