commit:     477282eb0a6a425876d943b606db328c67e204f8
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 07:44:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477282eb

dev-embedded/stlink: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-embedded/stlink/stlink-1.4.0.ebuild | 2 +-
 dev-embedded/stlink/stlink-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/stlink/stlink-1.4.0.ebuild 
b/dev-embedded/stlink/stlink-1.4.0.ebuild
index 6711837c176..c7300459c35 100644
--- a/dev-embedded/stlink/stlink-1.4.0.ebuild
+++ b/dev-embedded/stlink/stlink-1.4.0.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils udev
 DESCRIPTION="stm32 discovery line linux programmer"
 HOMEPAGE="https://github.com/texane/stlink";
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://github.com/texane/stlink.git"
+       EGIT_REPO_URI="https://github.com/texane/stlink.git";
        inherit git-r3
 else
        SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz";

diff --git a/dev-embedded/stlink/stlink-9999.ebuild 
b/dev-embedded/stlink/stlink-9999.ebuild
index 6711837c176..c7300459c35 100644
--- a/dev-embedded/stlink/stlink-9999.ebuild
+++ b/dev-embedded/stlink/stlink-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils udev
 DESCRIPTION="stm32 discovery line linux programmer"
 HOMEPAGE="https://github.com/texane/stlink";
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://github.com/texane/stlink.git"
+       EGIT_REPO_URI="https://github.com/texane/stlink.git";
        inherit git-r3
 else
        SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz";

Reply via email to