summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-07-13 22:37:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-07-13 22:37:59 +0100
commite6a35a1b4a009bd4af76f0152cf2d0d028039848 (patch)
tree4b01de8d311d118b0dfd1efc23a5c9139d15b013 /sys-libs/libunwind/libunwind-1.1-r1.ebuild
parentkde-apps: Drop KDE Applications 17.04.2 (diff)
downloadgentoo-e6a35a1b4a009bd4af76f0152cf2d0d028039848.tar.gz
gentoo-e6a35a1b4a009bd4af76f0152cf2d0d028039848.tar.bz2
gentoo-e6a35a1b4a009bd4af76f0152cf2d0d028039848.zip
sys-libs/libunwind: workaround build failure on ia64
Missing files in tarball, outdated implementation. While at it fixed SRC_URI to point to mirrors://nongnu. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-libs/libunwind/libunwind-1.1-r1.ebuild')
-rw-r--r--sys-libs/libunwind/libunwind-1.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libunwind/libunwind-1.1-r1.ebuild b/sys-libs/libunwind/libunwind-1.1-r1.ebuild
index 5fa695527e4b..6028ba3e97cb 100644
--- a/sys-libs/libunwind/libunwind-1.1-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -7,7 +7,7 @@ inherit eutils libtool
DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
HOMEPAGE="https://savannah.nongnu.org/projects/libunwind"
-SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
+SRC_URI="mirror://nongnu/libunwind/${P}.tar.gz"
LICENSE="MIT"
SLOT="7"