From ff6ccb483a3d9a7357bb7a60d98827277b70ebf6 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Sat, 9 Jan 2016 02:15:31 +0100 Subject: [PATCH] app-text/zathura: Fix EGIT_REPO_URI (thanks tharvik@gmail.com, bug 566890). Package-Manager: portage-2.2.26 --- app-text/zathura/zathura-0.3.4.ebuild | 2 +- app-text/zathura/zathura-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/zathura/zathura-0.3.4.ebuild b/app-text/zathura/zathura-0.3.4.ebuild index 0d95739497ce0..ef9d28e48b4fc 100644 --- a/app-text/zathura/zathura-0.3.4.ebuild +++ b/app-text/zathura/zathura-0.3.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz" fi -EGIT_REPO_URI="git://git.pwmt.org/${PN}.git" +EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" EGIT_BRANCH="develop" LICENSE="ZLIB" diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index d11b9839f8205..ee5314e6007fe 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz" fi -EGIT_REPO_URI="git://git.pwmt.org/${PN}.git" +EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" EGIT_BRANCH="develop" LICENSE="ZLIB"