diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:23:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:25:13 +0200 |
commit | d5398108b46bcd415b3c9230cfa1a74a73eba7cf (patch) | |
tree | f6c62eb7a364c9246713e094237b350994a00ae6 /sys-libs/libomp/libomp-9999.ebuild | |
parent | sys-libs/libcxx: Use https for llvm.org (diff) | |
download | gentoo-d5398108b46bcd415b3c9230cfa1a74a73eba7cf.tar.gz gentoo-d5398108b46bcd415b3c9230cfa1a74a73eba7cf.tar.bz2 gentoo-d5398108b46bcd415b3c9230cfa1a74a73eba7cf.zip |
sys-libs/libomp: Use https for llvm.org
Diffstat (limited to 'sys-libs/libomp/libomp-9999.ebuild')
-rw-r--r-- | sys-libs/libomp/libomp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index d577df89d666..b6c2cea8aa34 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-multilib git-r3 python-any-r1 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" -HOMEPAGE="http://openmp.llvm.org" +HOMEPAGE="https://openmp.llvm.org" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" |