Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libexecinfo/
Date: Sun, 15 Sep 2019 17:02:31
Message-Id: 1568566941.6f2dbce95278f2f79f993e4c4f22b3d0b80da9ec.mgorny@gentoo
1 commit: 6f2dbce95278f2f79f993e4c4f22b3d0b80da9ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 16:55:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:02:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2dbce9
7
8 dev-libs/libexecinfo: Switch to mirror://gentoo
9
10 The original distfile disappeared, so switch to our mirror.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-libs/libexecinfo/libexecinfo-1.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild b/dev-libs/libexecinfo/libexecinfo-1.1.ebuild
18 index eba2bcf57e8..09652b8528b 100644
19 --- a/dev-libs/libexecinfo/libexecinfo-1.1.ebuild
20 +++ b/dev-libs/libexecinfo/libexecinfo-1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=0
27 @@ -7,7 +7,7 @@ inherit bsdmk freebsd multilib
28
29 DESCRIPTION="A library for inspecting program's backtrace"
30 HOMEPAGE="http://www.freebsdsoftware.org/devel/libexecinfo.html"
31 -SRC_URI="mirror://freebsd/distfiles/${P}.tar.bz2"
32 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
33
34 LICENSE="BSD-2"
35 SLOT="0"