diff options
author | 2013-03-17 15:54:03 +0000 | |
---|---|---|
committer | 2013-03-17 15:54:03 +0000 | |
commit | 27765dc9f5dab8cede69afde3aa9aa00376b3eba (patch) | |
tree | 883463c8160846003ac4f99c596f45a314c3e321 /sys-libs/libunwind | |
parent | Add proxy-maintainers to metadata.xml (diff) | |
download | gentoo-2-27765dc9f5dab8cede69afde3aa9aa00376b3eba.tar.gz gentoo-2-27765dc9f5dab8cede69afde3aa9aa00376b3eba.tar.bz2 gentoo-2-27765dc9f5dab8cede69afde3aa9aa00376b3eba.zip |
Stable for arm, wrt bug #461394
(Portage version: 2.1.11.52/cvs/Linux ppc64, 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 a9035d9cc090..f78a50e2f659 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.32 2013/03/16 19:46:28 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.33 2013/03/17 15:54:03 ago Exp $ + + 17 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libunwind-1.1.ebuild: + Stable for arm, wrt bug #461394 16 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> libunwind-1.1.ebuild: Stable on amd64, wrt bug #461394 diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index b45d90aa48ef..9098f779dcdd 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.6 2013/03/16 19:46:28 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.7 2013/03/17 15:54:03 ago Exp $ EAPI="4" @@ -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" # We just use the header from libatomic. |