mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sys-firmware/sigrok-firmware-fx2lafw: use github git url for https support
Signed-off-by: Sven Wegener <swegener@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI="8"
|
||||
SDCC_DEPEND=">=dev-embedded/sdcc-3.4.0[device-lib(+),mcs51(+),sdcpp(+)]"
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="git://sigrok.org/${PN}"
|
||||
EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git"
|
||||
inherit git-r3 autotools
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI="8"
|
||||
SDCC_DEPEND=">=dev-embedded/sdcc-3.4.0[device-lib(+),mcs51(+),sdcpp(+)]"
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="git://sigrok.org/${PN}"
|
||||
EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git"
|
||||
inherit git-r3 autotools
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
Reference in New Issue
Block a user