commit: 6f2dbce95278f2f79f993e4c4f22b3d0b80da9ec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 16:55:10 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 17:02:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2dbce9
dev-libs/libexecinfo: Switch to mirror://gentoo The original distfile disappeared, so switch to our mirror. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/libexecinfo/libexecinfo-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild b/dev-libs/libexecinfo/libexecinfo-1.1.ebuild index eba2bcf57e8..09652b8528b 100644 --- a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild +++ b/dev-libs/libexecinfo/libexecinfo-1.1.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=0 @@ -7,7 +7,7 @@ inherit bsdmk freebsd multilib DESCRIPTION="A library for inspecting program's backtrace" HOMEPAGE="http://www.freebsdsoftware.org/devel/libexecinfo.html" -SRC_URI="mirror://freebsd/distfiles/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0"
