mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/sparsehash: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user