summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Alirzaev <zl29ah@gmail.com>2016-10-24 16:54:00 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-10-26 23:30:34 +0200
commit25b83d9bba9480d99d460fe163b61cf573b63218 (patch)
treec9f1df467d87005b5816d65a4ad56e00d2da1cbd /net-wireless/gnuradio
parentmedia-sound/flacon: verbump to 2.1.0 (diff)
downloadgentoo-25b83d9bba9480d99d460fe163b61cf573b63218.tar.gz
gentoo-25b83d9bba9480d99d460fe163b61cf573b63218.tar.bz2
gentoo-25b83d9bba9480d99d460fe163b61cf573b63218.zip
net-wireless/gnuradio: prefer https for git access.
Closes: https://github.com/gentoo/gentoo/pull/2656 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r--net-wireless/gnuradio/gnuradio-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild
index 82c7a54366ce..fc2b843e69dd 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