diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:31:38 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-10 17:29:14 +0100 |
commit | ef5e6e068a0e96348d3446b4f72c6db142adcbf3 (patch) | |
tree | 9f39c90ba4cbc27b0c31ade4cc0f20c208e1336c /dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild | |
parent | dev-libs/gmp: use HTTPs (diff) | |
download | gentoo-ef5e6e068a0e96348d3446b4f72c6db142adcbf3.tar.gz gentoo-ef5e6e068a0e96348d3446b4f72c6db142adcbf3.tar.bz2 gentoo-ef5e6e068a0e96348d3446b4f72c6db142adcbf3.zip |
dev-libs/mpfr: use HTTPs
Diffstat (limited to 'dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild')
-rw-r--r-- | dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild index 68a9758e2ff8..7967195aea45 100644 --- a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild +++ b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild @@ -10,8 +10,8 @@ inherit eutils libtool multilib multilib-minimal flag-o-matic MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV} DESCRIPTION="library for multiple-precision floating-point computations with exact rounding" -HOMEPAGE="http://www.mpfr.org/" -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2 +HOMEPAGE="https://www.mpfr.org/" +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2 https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.bz2" LICENSE="LGPL-2.1" |