commit: b57775415bdb26a97c0d80907734a60d3ae9ea04 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Mon Jul 31 11:06:17 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 07:14:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5777541
x11-libs/pixman: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-libs/pixman/pixman-0.34.0.ebuild | 2 +- x11-libs/pixman/pixman-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild index 03baf8035b3..7ea8007f19c 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 908c4e19d2f..983516d4015 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
