dev-cpp/sparsehash: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1
This commit is contained in:
Tobias Klausmann
2015-09-01 20:57:45 +02:00
parent 0a862bfe5b
commit 622dba9779
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -5,7 +5,7 @@
EAPI="4"
DESCRIPTION="An extremely memory-efficient hash_map implementation"
HOMEPAGE="https://code.google.com/p/sparsehash/"
HOMEPAGE="https://github.com/google/sparsehash"
SRC_URI="https://sparsehash.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"