From: Craig Andrews Date: Sat, 9 Dec 2017 18:26:39 +0000 (-0500) Subject: media-libs/x264: use https for git repo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=684adb614c24;p=gentoo.git media-libs/x264: use https for git repo --- 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"