summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:46:13 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:05:15 +0200
commitae3f1bcf7394020a0314da1e7d1a9cb96e9938ab (patch)
tree994bafb52f41f531cbf8688f8e1ce22471270b9e /app-text/poppler/poppler-9999.ebuild
parentapp-emulation/spice: use HTTPS for freedesktop.org, HOMEPAGE and SRC_URI (diff)
downloadgentoo-ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab.tar.gz
gentoo-ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab.tar.bz2
gentoo-ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab.zip
app-text/poppler: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text/poppler/poppler-9999.ebuild')
-rw-r--r--app-text/poppler/poppler-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index b0c72bd971c3..eab3b89d6dfc 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"