commit:     fcba2e30a00fd1b0193679f05d4e7ab3deb2ed16
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 12:31:26 2024 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 16:00:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcba2e30

dev-libs/libserialport: use github git url for https support

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-libs/libserialport/libserialport-0.1.1-r1.ebuild | 4 ++--
 dev-libs/libserialport/libserialport-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild 
b/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild
index d66e76e13da1..cedf74a5353d 100644
--- a/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild
+++ b/dev-libs/libserialport/libserialport-0.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -6,7 +6,7 @@ EAPI="8"
 inherit autotools
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sigrok.org/${PN}"
+       EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git";
        inherit git-r3
 else
        SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz";

diff --git a/dev-libs/libserialport/libserialport-9999.ebuild 
b/dev-libs/libserialport/libserialport-9999.ebuild
index e1d11628901a..1f0cccb8afa6 100644
--- a/dev-libs/libserialport/libserialport-9999.ebuild
+++ b/dev-libs/libserialport/libserialport-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sigrok.org/${PN}"
+       EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git";
        inherit autotools git-r3
 else
        SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz";

Reply via email to