Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.9.ebuild
Date: Fri, 06 Mar 2015 17:43:46
Message-Id: 20150306174341.71BB4132DD@oystercatcher.gentoo.org
1 vapier 15/03/06 17:43:41
2
3 Modified: ChangeLog strace-4.9.ebuild
4 Log:
5 Stabilize for arm64/ia64/m68k/s390/sh.
6
7 Revision Changes Path
8 1.205 dev-util/strace/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.205&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.205&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.204&r2=1.205
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
17 retrieving revision 1.204
18 retrieving revision 1.205
19 diff -u -r1.204 -r1.205
20 --- ChangeLog 6 Mar 2015 06:47:25 -0000 1.204
21 +++ ChangeLog 6 Mar 2015 17:43:41 -0000 1.205
22 @@ -1,6 +1,9 @@
23 # ChangeLog for dev-util/strace
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.204 2015/03/06 06:47:25 jer Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.205 2015/03/06 17:43:41 vapier Exp $
27 +
28 + 06 Mar 2015; Mike Frysinger <vapier@g.o> strace-4.9.ebuild:
29 + Stabilize for arm64/ia64/m68k/s390/sh.
30
31 06 Mar 2015; Jeroen Roovers <jer@g.o> strace-4.9.ebuild:
32 Stable for HPPA (bug #532494).
33
34
35
36 1.4 dev-util/strace/strace-4.9.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.9.ebuild?rev=1.4&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.9.ebuild?rev=1.4&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.9.ebuild?r1=1.3&r2=1.4
41
42 Index: strace-4.9.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v
45 retrieving revision 1.3
46 retrieving revision 1.4
47 diff -u -r1.3 -r1.4
48 --- strace-4.9.ebuild 6 Mar 2015 06:47:25 -0000 1.3
49 +++ strace-4.9.ebuild 6 Mar 2015 17:43:41 -0000 1.4
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.3 2015/03/06 06:47:25 jer Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.4 2015/03/06 17:43:41 vapier Exp $
55
56 EAPI="4"
57
58 @@ -11,7 +11,7 @@
59 inherit git-2 autotools
60 else
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
62 - KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
63 + KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
64 fi
65
66 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"