summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-10-17 01:10:01 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2016-10-17 17:49:03 -0400
commitf1ca03ea5b08dfb949093e2cad05c0a7aad0ee77 (patch)
treefc02e550de24a0e01b9e184e445814abcd051273
parentmedia-video/mpv: update live ebuild (diff)
downloadgentoo-f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77.tar.gz
gentoo-f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77.tar.bz2
gentoo-f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77.zip
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
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"