Skip to content

Commit

Permalink
dev-libs/libserialport: use github git url for https support
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Aug 31, 2024
1 parent 6383415 commit fcba2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-libs/libserialport/libserialport-0.1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/libserialport/libserialport-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fcba2e3

Please sign in to comment.