Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: libunwind-1.1.ebuild ChangeLog
Date: Thu, 26 Feb 2015 03:12:59
Message-Id: 20150226031254.2A46112907@oystercatcher.gentoo.org
1 vapier 15/02/26 03:12:54
2
3 Modified: libunwind-1.1.ebuild ChangeLog
4 Log:
5 Add mips love.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.16 sys-libs/libunwind/libunwind-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild?r1=1.15&r2=1.16
15
16 Index: libunwind-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- libunwind-1.1.ebuild 16 Apr 2014 07:22:16 -0000 1.15
23 +++ libunwind-1.1.ebuild 26 Feb 2015 03:12:54 -0000 1.16
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.15 2014/04/16 07:22:16 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.16 2015/02/26 03:12:54 vapier Exp $
30
31 EAPI="5"
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="MIT"
36 SLOT="7"
37 -KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
38 +KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
39 IUSE="debug debug-frame libatomic lzma static-libs"
40
41 RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394
42
43
44
45 1.42 sys-libs/libunwind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.42&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.42&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.41&r2=1.42
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
54 retrieving revision 1.41
55 retrieving revision 1.42
56 diff -u -r1.41 -r1.42
57 --- ChangeLog 16 Apr 2014 07:22:16 -0000 1.41
58 +++ ChangeLog 26 Feb 2015 03:12:54 -0000 1.42
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-libs/libunwind
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.41 2014/04/16 07:22:16 ago Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.42 2015/02/26 03:12:54 vapier Exp $
65 +
66 + 26 Feb 2015; Mike Frysinger <vapier@g.o> libunwind-1.1.ebuild:
67 + Add mips love.
68
69 16 Apr 2014; Agostino Sarubbo <ago@g.o> libunwind-1.1.ebuild:
70 Stable for ppc64, wrt bug #461394