summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-09-01 20:57:45 +0200
committerTobias Klausmann <klausman@gentoo.org>2015-09-01 20:57:45 +0200
commit622dba97792f625d80d3adb7894f657ea6a98d49 (patch)
tree3ebe9f20fd6d7f6d082d76d5fa3386902399ee86 /dev-cpp/sparsehash/sparsehash-1.10.ebuild
parentdev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdown (diff)
downloadgentoo-622dba97792f625d80d3adb7894f657ea6a98d49.tar.gz
gentoo-622dba97792f625d80d3adb7894f657ea6a98d49.tar.bz2
gentoo-622dba97792f625d80d3adb7894f657ea6a98d49.zip
dev-cpp/sparsehash: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-cpp/sparsehash/sparsehash-1.10.ebuild')
-rw-r--r--dev-cpp/sparsehash/sparsehash-1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild
index f9ac998de94c..26b337ca81dc 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="https://code.google.com/p/google-sparsehash/"
+HOMEPAGE="https://github.com/google/sparsehash"
SRC_URI="https://google-sparsehash.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"