diff options
author | 2018-06-09 21:30:35 +0200 | |
---|---|---|
committer | 2018-06-10 17:29:14 +0100 | |
commit | 742e5bb4912f5e897af99d20f056832276c3af1a (patch) | |
tree | 824f736bd952fb583b197de1f07aa6da92dedd0c /dev-libs/gmp/gmp-4.3.2-r1.ebuild | |
parent | dev-lang/nasm: use HTTPs (diff) | |
download | gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.tar.gz gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.tar.bz2 gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.zip |
dev-libs/gmp: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8777
Diffstat (limited to 'dev-libs/gmp/gmp-4.3.2-r1.ebuild')
-rw-r--r-- | dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild index deeb2652409f..119a7b9dd487 100644 --- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild +++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild @@ -8,7 +8,7 @@ EAPI="5" inherit eutils libtool toolchain-funcs multilib-minimal DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers" -HOMEPAGE="http://gmplib.org/" +HOMEPAGE="https://gmplib.org/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="LGPL-3" @@ -38,7 +38,7 @@ src_prepare() { multilib_src_configure() { # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613) + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613) if [[ ${CHOST} == hppa2.0-* ]] ; then GMPABI="1.0" fi |