From f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Mon, 17 Oct 2016 01:10:01 +0300 Subject: [PATCH] media-video/mpv: prefer https git repo URI in live ebuild Sometimes git protocol isn't available. Requested by Sergey Alirzaev in https://github.com/gentoo/gentoo/pull/2570 Closes: https://github.com/gentoo/gentoo/pull/2572 Package-Manager: portage-2.3.2 --- media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e50ba86aac7f..950092a5a9fa 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else - EGIT_REPO_URI="git://github.com/mpv-player/mpv.git" + EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) inherit git-r3 fi SRC_URI+=" https://waf.io/waf-${WAF_PV}" -- 2.26.2