commit: cc6c3ad6693d69f16b94fb13af5834da3fbf6d37 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sat Jan 9 01:18:21 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat Jan 9 01:30:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6c3ad6
app-text/zathura-cb: Fix EGIT_REPO_URI (thanks tharvik <AT> gmail.com, bug 566890). Package-Manager: portage-2.2.26 app-text/zathura-cb/zathura-cb-0.1.5.ebuild | 2 +- app-text/zathura-cb/zathura-cb-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/zathura-cb/zathura-cb-0.1.5.ebuild b/app-text/zathura-cb/zathura-cb-0.1.5.ebuild index 2347b31..1f7e89b 100644 --- a/app-text/zathura-cb/zathura-cb-0.1.5.ebuild +++ b/app-text/zathura-cb/zathura-cb-0.1.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-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild index 9b3c588..09699b4 100644 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild +++ b/app-text/zathura-cb/zathura-cb-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"
