diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:18:43 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:04:46 +0200 |
commit | 33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6 (patch) | |
tree | f1c89af1bd3bc2ade610ce5e5a68ba34baecac6c /dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | |
parent | dev-libs/libevdev: use HTTPS for freedesktop.org (diff) | |
download | gentoo-33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6.tar.gz gentoo-33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6.tar.bz2 gentoo-33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6.zip |
dev-libs/wayland-protocols: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/wayland-protocols/wayland-protocols-9999.ebuild')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index d25cad183e7d..70049b66d034 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1 |