summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-29 15:20:52 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-29 15:20:52 +0100
commit844131579a763d672687e3c19cc2621c30b61200 (patch)
treeabc56af1b708555ac2df3709fbd0a6e1e6da449e
parentmedia-libs/smpeg: fix build with gcc6, bug #592450, patch by Peter Levine. (diff)
downloadgentoo-844131579a763d672687e3c19cc2621c30b61200.tar.gz
gentoo-844131579a763d672687e3c19cc2621c30b61200.tar.bz2
gentoo-844131579a763d672687e3c19cc2621c30b61200.zip
sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 by avinash uttamchandani.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-electronics/gazebo/gazebo-7.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
index 8abc8c93ddbe..bbc32ae00300 100644
--- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild
+++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils versionator vcs-snapshot flag-o-matic
DESCRIPTION="A 3D multiple robot simulator with dynamics"
HOMEPAGE="http://gazebosim.org/"
-SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
+SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"