diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-12 00:31:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-12 00:31:31 +0000 |
commit | c2c1b8e4bd706a98a8142e9ea84a6235289cf22e (patch) | |
tree | 6b631095f48d182baf56dca76e034f7a73ff4e6a /sys-libs | |
parent | add sanity check on code execution in $T to weed out bad mount/kernel setting... (diff) | |
download | gentoo-2-c2c1b8e4bd706a98a8142e9ea84a6235289cf22e.tar.gz gentoo-2-c2c1b8e4bd706a98a8142e9ea84a6235289cf22e.tar.bz2 gentoo-2-c2c1b8e4bd706a98a8142e9ea84a6235289cf22e.zip |
Stable for HPPA (bug #461394).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libunwind/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libunwind/libunwind-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog index a1c20b45a177..a4b097daa883 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.38 2013/11/24 13:05:37 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.39 2014/02/12 00:31:31 jer Exp $ + + 12 Feb 2014; Jeroen Roovers <jer@gentoo.org> libunwind-1.1.ebuild: + Stable for HPPA (bug #461394). 24 Nov 2013; Sergey Popov <pinkbyte@gentoo.org> libunwind-1.1.ebuild: Stable on x86, wrt bug #461394 diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 805437b184bb..288575a93568 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 +# 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.12 2013/11/24 13:05:37 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.13 2014/02/12 00:31:31 jer 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 |