commit:     ff6ccb483a3d9a7357bb7a60d98827277b70ebf6
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 01:15:31 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 01:29:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6ccb48

app-text/zathura: Fix EGIT_REPO_URI (thanks tharvik <AT> 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 0d95739..ef9d28e 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 d11b983..ee5314e 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"

Reply via email to