summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-11-24 13:05:37 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-11-24 13:05:37 +0000
commit8fbabba35e4ccac41642ddecf0511edd1e645541 (patch)
treec7599b239905eaf8f38173bc1611872502afe1cf /sys-libs
parentamd64 stable, bug #488748 (diff)
downloadgentoo-2-8fbabba35e4ccac41642ddecf0511edd1e645541.tar.gz
gentoo-2-8fbabba35e4ccac41642ddecf0511edd1e645541.tar.bz2
gentoo-2-8fbabba35e4ccac41642ddecf0511edd1e645541.zip
Stable on x86, wrt bug #461394
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libunwind/ChangeLog5
-rw-r--r--sys-libs/libunwind/libunwind-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog
index 9e6a5c38317e..a1c20b45a177 100644
--- a/sys-libs/libunwind/ChangeLog
+++ b/sys-libs/libunwind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libunwind
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.37 2013/10/30 18:24:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.38 2013/11/24 13:05:37 pinkbyte Exp $
+
+ 24 Nov 2013; Sergey Popov <pinkbyte@gentoo.org> libunwind-1.1.ebuild:
+ Stable on x86, wrt bug #461394
30 Oct 2013; Mike Frysinger <vapier@gentoo.org> libunwind-1.1.ebuild:
Call elibtoolize to fix relinking issues when cross-compiling.
diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild
index 7b220a60a6fe..805437b184bb 100644
--- a/sys-libs/libunwind/libunwind-1.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.11 2013/10/30 18:24:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.12 2013/11/24 13:05:37 pinkbyte Exp $
EAPI="5"
@@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"
LICENSE="MIT"
SLOT="7"
-KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug debug-frame libatomic lzma static-libs"
RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394