diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-16 07:22:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-16 07:22:16 +0000 |
commit | c353660de9b80a7e20201fb4ab7c1dbe393ad2b4 (patch) | |
tree | 6fa95a25f3e054bbf7a38f16e5ece9f5a2dea1fb /sys-libs | |
parent | Use more reliable tarball source URI (diff) | |
download | gentoo-2-c353660de9b80a7e20201fb4ab7c1dbe393ad2b4.tar.gz gentoo-2-c353660de9b80a7e20201fb4ab7c1dbe393ad2b4.tar.bz2 gentoo-2-c353660de9b80a7e20201fb4ab7c1dbe393ad2b4.zip |
Stable for ppc64, wrt bug #461394
(Portage version: 2.2.8-r1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-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 651636557166..2dbcb78a66b8 100644 --- a/sys-libs/libunwind/ChangeLog +++ b/sys-libs/libunwind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libunwind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.40 2014/02/16 02:12:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.41 2014/04/16 07:22:16 ago Exp $ + + 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libunwind-1.1.ebuild: + Stable for ppc64, wrt bug #461394 16 Feb 2014; Mike Frysinger <vapier@gentoo.org> +files/libunwind-1.1-lzma.patch, libunwind-1.1.ebuild: diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 4d9e78cb384a..8660eeb0e79a 100644 --- a/sys-libs/libunwind/libunwind-1.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.14 2014/02/16 02:12:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.15 2014/04/16 07:22:16 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 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 |