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-3.1.3_p4.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-3.1.3_p4.ebuild')
-rw-r--r-- | dev-libs/mpfr/mpfr-3.1.3_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild index c66635fdc46c..ea96ab6369f0 100644 --- a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild +++ b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild @@ -10,8 +10,8 @@ MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV} PLEVEL=${PV/*p} 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.xz +HOMEPAGE="https://www.mpfr.org/" +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.xz" LICENSE="LGPL-2.1" |