diff options
author | 2017-07-31 23:20:19 +1000 | |
---|---|---|
committer | 2017-08-17 19:04:48 +0200 | |
commit | eee1c4cbcf15db1a79b84ce379889ca52bcea5e0 (patch) | |
tree | ca8d19e8980013c4862a2442d28cfdd1b6b6d072 /dev-libs/weston/weston-1.9.0.ebuild | |
parent | dev-libs/wayland-protocols: use HTTPS for freedesktop.org (diff) | |
download | gentoo-eee1c4cbcf15db1a79b84ce379889ca52bcea5e0.tar.gz gentoo-eee1c4cbcf15db1a79b84ce379889ca52bcea5e0.tar.bz2 gentoo-eee1c4cbcf15db1a79b84ce379889ca52bcea5e0.zip |
dev-libs/weston: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/weston/weston-1.9.0.ebuild')
-rw-r--r-- | dev-libs/weston/weston-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-1.9.0.ebuild b/dev-libs/weston/weston-1.9.0.ebuild index c7550e3c92d2..9a3663c34e72 100644 --- a/dev-libs/weston/weston-1.9.0.ebuild +++ b/dev-libs/weston/weston-1.9.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi |