Skip to content

Commit

Permalink
dev-libs/wayland: use HTTPS for freedesktop.org
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 17, 2017
1 parent eee1c4c commit 2f5ace3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-libs/wayland/wayland-1.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=5

if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git"
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
AUTOTOOLS_AUTORECONF=1
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/wayland/wayland-1.13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git"

if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/wayland/wayland-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git"

if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
Expand Down

0 comments on commit 2f5ace3

Please sign in to comment.