commit: 06464fb3a71b2fd180bf427a848d9948b37c345f Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sat Jan 9 01:20:50 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat Jan 9 01:31:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06464fb3
app-text/zathura-djvu: Fix EGIT_REPO_URI (thanks tharvik <AT> gmail.com, bug 566890). Package-Manager: portage-2.2.26 app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild | 2 +- app-text/zathura-djvu/zathura-djvu-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild index a31e9dd..f7af3ae 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/zathura/plugins/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-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild index a31e9dd..f7af3ae 100644 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/zathura/plugins/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"
