diff options
author | 2013-09-25 17:26:49 +0000 | |
---|---|---|
committer | 2013-09-25 17:26:49 +0000 | |
commit | a61b139df892c30f1914ecbceab62cd9bcd07226 (patch) | |
tree | 17662083e59145dd82e8c9b08c928401f9cc0a1a /sys-libs/libunwind | |
parent | Stable for ppc, wrt bug #485582 (diff) | |
download | gentoo-2-a61b139df892c30f1914ecbceab62cd9bcd07226.tar.gz gentoo-2-a61b139df892c30f1914ecbceab62cd9bcd07226.tar.bz2 gentoo-2-a61b139df892c30f1914ecbceab62cd9bcd07226.zip |
Stable for ppc, wrt bug #461394
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libunwind/libunwind-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog index 574e8e0e36c0..d4bbbbf6d830 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.34 2013/09/12 19:15:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.35 2013/09/25 17:26:49 ago Exp $ + + 25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libunwind-1.1.ebuild: + Stable for ppc, wrt bug #461394 12 Sep 2013; Samuli Suominen <ssuominen@gentoo.org> libunwind-1.1.ebuild: Correct LIBLZMA="-lzma" with LIBLZMA="-llzma" (and edit both configure and diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 2de35a5195e8..e9568a26bee5 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.8 2013/09/12 19:15:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.9 2013/09/25 17:26:49 ago 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 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~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 |