commit:     b65715c958ab916af8c4d4fbd454114633ee6526
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 23:23:27 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 23:24:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65715c9

dev-ml/llvm-ocaml: Use https for llvm.org

 dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild | 4 ++--
 dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild | 4 ++--
 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
index 0f2af09760f..a762ca1480b 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
@@ -12,8 +12,8 @@ inherit cmake-utils llvm python-any-r1
 
 MY_P=llvm-${PV/_/}
 DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="http://llvm.org/";
-SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz";
+HOMEPAGE="https://llvm.org/";
+SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz";
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
index 0f2af09760f..a762ca1480b 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
@@ -12,8 +12,8 @@ inherit cmake-utils llvm python-any-r1
 
 MY_P=llvm-${PV/_/}
 DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="http://llvm.org/";
-SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz";
+HOMEPAGE="https://llvm.org/";
+SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz";
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 2c8ea44b294..b6885c5b623 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit cmake-utils git-r3 llvm python-any-r1
 
 DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="http://llvm.org/";
+HOMEPAGE="https://llvm.org/";
 SRC_URI=""
 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
        https://github.com/llvm-mirror/llvm.git";

Reply via email to