summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2024-08-31 14:31:26 +0200
committerSven Wegener <swegener@gentoo.org>2024-08-31 18:00:13 +0200
commitfcba2e30a00fd1b0193679f05d4e7ab3deb2ed16 (patch)
tree12b023167a9c70ee94eba392c9f65fdbca3c4e22 /dev-libs/libserialport
parentapp-crypt/gnupg-pkcs11-scd: drop 0.9.2-r1 (diff)
downloadgentoo-fcba2e30a00fd1b0193679f05d4e7ab3deb2ed16.tar.gz
gentoo-fcba2e30a00fd1b0193679f05d4e7ab3deb2ed16.tar.bz2
gentoo-fcba2e30a00fd1b0193679f05d4e7ab3deb2ed16.zip
dev-libs/libserialport: use github git url for https support
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'dev-libs/libserialport')
-rw-r--r--dev-libs/libserialport/libserialport-0.1.1-r1.ebuild4
-rw-r--r--dev-libs/libserialport/libserialport-9999.ebuild4
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"