summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:23:27 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:45 +0200
commitb65715c958ab916af8c4d4fbd454114633ee6526 (patch)
treeb8421e4b0b2681a21a67872aadd6da68dd866b23 /dev-ml
parentsys-devel/llvm: Use https for llvm.org (diff)
downloadgentoo-b65715c958ab916af8c4d4fbd454114633ee6526.tar.gz
gentoo-b65715c958ab916af8c4d4fbd454114633ee6526.tar.bz2
gentoo-b65715c958ab916af8c4d4fbd454114633ee6526.zip
dev-ml/llvm-ocaml: Use https for llvm.org
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild4
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild4
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild2
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 0f2af09760f1..a762ca1480b9 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 0f2af09760f1..a762ca1480b9 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 2c8ea44b294d..b6885c5b6232 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"