commit: ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:46:13 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:05:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3f1bcf
app-text/poppler: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-text/poppler/poppler-0.45.0.ebuild | 2 +-
app-text/poppler/poppler-0.56.0.ebuild | 2 +-
app-text/poppler/poppler-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/poppler/poppler-0.45.0.ebuild
b/app-text/poppler/poppler-0.45.0.ebuild
index f819163713b..ad745e69149 100644
--- a/app-text/poppler/poppler-0.45.0.ebuild
+++ b/app-text/poppler/poppler-0.45.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
- EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
SLOT="0/9999"
else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
diff --git a/app-text/poppler/poppler-0.56.0.ebuild
b/app-text/poppler/poppler-0.56.0.ebuild
index 1216746a460..70112161ec7 100644
--- a/app-text/poppler/poppler-0.56.0.ebuild
+++ b/app-text/poppler/poppler-0.56.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
- EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
SLOT="0/9999"
else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
diff --git a/app-text/poppler/poppler-9999.ebuild
b/app-text/poppler/poppler-9999.ebuild
index b0c72bd971c..eab3b89d6df 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
- EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
SLOT="0/9999"
else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"