mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -7,7 +7,7 @@ EAPI=4
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter in C++"
|
||||
HOMEPAGE="http://code.google.com/p/yaml-cpp/"
|
||||
HOMEPAGE="https://code.google.com/p/yaml-cpp/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A YAML parser and emitter in C++"
|
||||
HOMEPAGE="http://code.google.com/p/yaml-cpp/"
|
||||
HOMEPAGE="https://code.google.com/p/yaml-cpp/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user