From: David Hicks Date: Mon, 31 Jul 2017 11:06:17 +0000 (+1000) Subject: x11-libs/pixman: use HTTPS for freedesktop.org X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b57775415bdb26a97c0d80907734a60d3ae9ea04;p=gentoo.git x11-libs/pixman: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild index 03baf8035b31..7ea8007f19cf 100644 --- a/x11-libs/pixman/pixman-0.34.0.ebuild +++ b/x11-libs/pixman/pixman-0.34.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/pixman.git" DESCRIPTION="Low-level pixel manipulation routines" if [[ $PV != 9999* ]]; then diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 908c4e19d2f6..983516d40153 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/pixman.git" DESCRIPTION="Low-level pixel manipulation routines" if [[ $PV != 9999* ]]; then