From dea7c3060641b628cd6a2e2d97db18903c86862e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 15:41:27 +0200 Subject: Convert URIs for googlecode.com to https Signed-off-by: Justin Lecher --- games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild') diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild index ca2778bbd117..7fa06d78735e 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild @@ -4,13 +4,13 @@ EAPI=5 if [[ "${PV}" == "9999" ]]; then - ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/" + ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit toolchain-funcs subversion SRC_URI="" #KEYWORDS="" else inherit toolchain-funcs - SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" + SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="amd64 ~ppc x86" fi; -- cgit v1.2.3-65-gdbad