diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-10-25 14:53:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-10-25 14:53:16 +0000 |
commit | a0bafe79717ca33cd859b96259caafd183005caf (patch) | |
tree | 823d192d1d071b074ce55b2251c1f79974f11f33 /sys-libs | |
parent | Mask USE=libatomic for sys-libs/libunwind (bug #453704). (diff) | |
download | gentoo-2-a0bafe79717ca33cd859b96259caafd183005caf.tar.gz gentoo-2-a0bafe79717ca33cd859b96259caafd183005caf.tar.bz2 gentoo-2-a0bafe79717ca33cd859b96259caafd183005caf.zip |
Marked ~hppa too.
(Portage version: 2.2.7/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 | 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 d4bbbbf6d830..e50aa5912644 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.35 2013/09/25 17:26:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.36 2013/10/25 14:53:16 jer Exp $ + + 25 Oct 2013; Jeroen Roovers <jer@gentoo.org> libunwind-1.1.ebuild: + Marked ~hppa too. 25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libunwind-1.1.ebuild: Stable for ppc, wrt bug #461394 diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index e9568a26bee5..9a4699eba842 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.9 2013/09/25 17:26:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.10 2013/10/25 14:53:16 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 ~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 |