summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-12-09 13:26:39 -0500
committerCraig Andrews <candrews@gentoo.org>2017-12-09 13:41:19 -0500
commit684adb614c24171ce50d520a628b16e1e1860a8d (patch)
treecef3dfb57a5d6d9dfe67e8d85c5b733b039ebe18
parentmedia-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo (diff)
downloadgentoo-684adb614c24171ce50d520a628b16e1e1860a8d.tar.gz
gentoo-684adb614c24171ce50d520a628b16e1e1860a8d.tar.bz2
gentoo-684adb614c24171ce50d520a628b16e1e1860a8d.zip
media-libs/x264: use https for git repo
-rw-r--r--media-libs/x264/x264-0.0.20160712.ebuild2
-rw-r--r--media-libs/x264/x264-0.0.20170701.ebuild2
-rw-r--r--media-libs/x264/x264-9999.ebuild2
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"