diff options
-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 |