diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-cpp/sparsehash | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-cpp/sparsehash')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.10.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-2.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild index 7672d800d08e..a604a5b38549 100644 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.10.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="http://code.google.com/p/google-sparsehash/" +HOMEPAGE="https://code.google.com/p/google-sparsehash/" SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index 9e4c4868d84d..c974a4d8e376 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild @@ -5,7 +5,7 @@ EAPI="4" DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="http://code.google.com/p/sparsehash/" +HOMEPAGE="https://code.google.com/p/sparsehash/" SRC_URI="http://sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" |