diff options
author | 2021-01-13 21:43:28 +0100 | |
---|---|---|
committer | 2021-01-13 21:43:28 +0100 | |
commit | 9d5cfabd2fd73c5b6de31daf22bb872a53626d06 (patch) | |
tree | 2f094be4517f7ca6ce5abd287b59f57e6df41fc6 /dev-libs/asmjit | |
parent | sci-biology/argo-bin: use https for homepage (diff) | |
download | sci-9d5cfabd2fd73c5b6de31daf22bb872a53626d06.tar.gz sci-9d5cfabd2fd73c5b6de31daf22bb872a53626d06.tar.bz2 sci-9d5cfabd2fd73c5b6de31daf22bb872a53626d06.zip |
dev-libs/asmjit: use https homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-libs/asmjit')
-rw-r--r-- | dev-libs/asmjit/asmjit-1.0_p22092020.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/asmjit/asmjit-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild index 4aa72707c..097ccfb7e 100644 --- a/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild +++ b/dev-libs/asmjit/asmjit-1.0_p22092020.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language" -HOMEPAGE="http://asmjit.com/" +HOMEPAGE="https://asmjit.com/" if [[ ${PV} == 9999 ]]; then inherit git-r3 diff --git a/dev-libs/asmjit/asmjit-9999.ebuild b/dev-libs/asmjit/asmjit-9999.ebuild index 4aa72707c..097ccfb7e 100644 --- a/dev-libs/asmjit/asmjit-9999.ebuild +++ b/dev-libs/asmjit/asmjit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="complete x86/x64 JIT-Assembler for C++ language" -HOMEPAGE="http://asmjit.com/" +HOMEPAGE="https://asmjit.com/" if [[ ${PV} == 9999 ]]; then inherit git-r3 |