commit: 25b83d9bba9480d99d460fe163b61cf573b63218 Author: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com> AuthorDate: Mon Oct 24 13:54:00 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Oct 26 21:30:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b83d9b
net-wireless/gnuradio: prefer https for git access. Closes: https://github.com/gentoo/gentoo/pull/2656 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-wireless/gnuradio/gnuradio-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 82c7a54..fc2b843 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3" SLOT="0/${PV}" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" + EGIT_REPO_URI=( https://github.com/gnuradio/gnuradio.git http://gnuradio.org/git/gnuradio.git ) inherit git-r3 KEYWORDS="" else
