diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-26 03:12:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-26 03:12:54 +0000 |
commit | e09f748ea0ce4804f1471aad856913d3a2af3332 (patch) | |
tree | 41709e86b44f2690b037f3ec6c15e136fa6ce5aa /sys-libs/libunwind | |
parent | cleaned up old ebuilds (diff) | |
download | gentoo-2-e09f748ea0ce4804f1471aad856913d3a2af3332.tar.gz gentoo-2-e09f748ea0ce4804f1471aad856913d3a2af3332.tar.bz2 gentoo-2-e09f748ea0ce4804f1471aad856913d3a2af3332.zip |
Add mips love.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/libunwind')
-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 2dbcb78a66b8..86efc5993b8f 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.41 2014/04/16 07:22:16 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.42 2015/02/26 03:12:54 vapier Exp $ + + 26 Feb 2015; Mike Frysinger <vapier@gentoo.org> libunwind-1.1.ebuild: + Add mips love. 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libunwind-1.1.ebuild: Stable for ppc64, wrt bug #461394 diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 8660eeb0e79a..d4d238ca483e 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 +# Copyright 1999-2015 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.15 2014/04/16 07:22:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.16 2015/02/26 03:12:54 vapier 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 ~mips 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 |