From 684adb614c24171ce50d520a628b16e1e1860a8d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sat, 9 Dec 2017 13:26:39 -0500 Subject: [PATCH] media-libs/x264: use https for git repo --- media-libs/x264/x264-0.0.20160712.ebuild | 2 +- media-libs/x264/x264-0.0.20170701.ebuild | 2 +- media-libs/x264/x264-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/x264/x264-0.0.20160712.ebuild b/media-libs/x264/x264-0.0.20160712.ebuild index 9259709a64fc..853a84945eb7 100644 --- a/media-libs/x264/x264-0.0.20160712.ebuild +++ b/media-libs/x264/x264-0.0.20160712.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" diff --git a/media-libs/x264/x264-0.0.20170701.ebuild b/media-libs/x264/x264-0.0.20170701.ebuild index 1038f8e87232..3d55a45da84b 100644 --- a/media-libs/x264/x264-0.0.20170701.ebuild +++ b/media-libs/x264/x264-0.0.20170701.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 1038f8e87232..3d55a45da84b 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" -- 2.26.2