sys-auth/google-authenticator: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 11:20:30 +0000 (21:20 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:40 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild
sys-auth/google-authenticator/google-authenticator-9999.ebuild

index c515ceeba0cc7c2066fdef568cb0943c7f5b7f38..b637ffb3858653f6a8012a04bc0d63821460b4b8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit multilib
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/google/${PN}.git"
+       EGIT_REPO_URI="https://github.com/google/${PN}.git"
        inherit git-r3 autotools
        S="${WORKDIR}/${P}/libpam"
 else
index c515ceeba0cc7c2066fdef568cb0943c7f5b7f38..b637ffb3858653f6a8012a04bc0d63821460b4b8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit multilib
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/google/${PN}.git"
+       EGIT_REPO_URI="https://github.com/google/${PN}.git"
        inherit git-r3 autotools
        S="${WORKDIR}/${P}/libpam"
 else