diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-15 07:58:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-15 07:58:39 +0000 |
commit | aa3f6391b3a3e3cfeee53c39dd606eecbfc09345 (patch) | |
tree | 088d949904228d11025a8fa948b1ca6db592bf62 /dev-libs/mpc | |
parent | net-im/ekg2: Bump to EAPI 7 (diff) | |
download | gentoo-aa3f6391b3a3e3cfeee53c39dd606eecbfc09345.tar.gz gentoo-aa3f6391b3a3e3cfeee53c39dd606eecbfc09345.tar.bz2 gentoo-aa3f6391b3a3e3cfeee53c39dd606eecbfc09345.zip |
dev-libs/mpc: sync SRC_URI update to older ebuilds, bug #680368
Reported-by: yuLya
Closes: https://bugs.gentoo.org/680368
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/mpc')
-rw-r--r-- | dev-libs/mpc/mpc-1.0.3-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/mpc/mpc-1.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/mpc/mpc-1.0.3-r2.ebuild b/dev-libs/mpc/mpc-1.0.3-r2.ebuild index 8d3833ff376e..f8291888155b 100644 --- a/dev-libs/mpc/mpc-1.0.3-r2.ebuild +++ b/dev-libs/mpc/mpc-1.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils libtool multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" HOMEPAGE="http://mpc.multiprecision.org/" -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/3" diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild index 94ef19f4592b..584f40e71e93 100644 --- a/dev-libs/mpc/mpc-1.0.3.ebuild +++ b/dev-libs/mpc/mpc-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,7 +7,7 @@ inherit eutils libtool multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" HOMEPAGE="http://mpc.multiprecision.org/" -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |