From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0F20158086 for ; Tue, 2 Nov 2021 19:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F1CE0894; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4839E0894 for ; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DDED342F1E for ; Tue, 2 Nov 2021 19:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E469195 for ; Tue, 2 Nov 2021 19:43:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635882138.65182e68bcb6b04bdd38230b74f9c5ff4d9b04c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nanoflann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nanoflann/nanoflann-1.3.2.ebuild sci-libs/nanoflann/nanoflann-9999.ebuild X-VCS-Directories: sci-libs/nanoflann/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65182e68bcb6b04bdd38230b74f9c5ff4d9b04c4 X-VCS-Branch: master Date: Tue, 2 Nov 2021 19:43:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dca897ea-eeb2-4745-9532-6840b5fae1b1 X-Archives-Hash: e13f44548803b4aca93d847956838c90 commit: 65182e68bcb6b04bdd38230b74f9c5ff4d9b04c4 Author: Sam James gentoo org> AuthorDate: Tue Nov 2 19:42:18 2021 +0000 Commit: Sam James gentoo 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 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"