diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 21:06:17 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:14:33 +0200 |
commit | b57775415bdb26a97c0d80907734a60d3ae9ea04 (patch) | |
tree | 6dacdc16e45d44894d41a56d66836f2ce5f804ac /x11-libs/pixman | |
parent | x11-libs/xcb-util-xrm: use HTTPS for freedesktop.org (diff) | |
download | gentoo-b57775415bdb26a97c0d80907734a60d3ae9ea04.tar.gz gentoo-b57775415bdb26a97c0d80907734a60d3ae9ea04.tar.bz2 gentoo-b57775415bdb26a97c0d80907734a60d3ae9ea04.zip |
x11-libs/pixman: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/pixman-0.34.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |