Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-7.3.1.ebuild
Date: Fri, 23 Dec 2011 02:45:34
Message-Id: 20111223024524.822CE2004C@flycatcher.gentoo.org
1 mattst88 11/12/23 02:45:24
2
3 Modified: ChangeLog gdb-7.3.1.ebuild
4 Log:
5 alpha stable, bug #395017.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.197 sys-devel/gdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.197&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.197&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.196&r2=1.197
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
19 retrieving revision 1.196
20 retrieving revision 1.197
21 diff -u -r1.196 -r1.197
22 --- ChangeLog 22 Dec 2011 22:08:08 -0000 1.196
23 +++ ChangeLog 23 Dec 2011 02:45:24 -0000 1.197
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/gdb
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.196 2011/12/22 22:08:08 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.197 2011/12/23 02:45:24 mattst88 Exp $
29 +
30 + 23 Dec 2011; Matt Turner <mattst88@g.o> gdb-7.3.1.ebuild:
31 + alpha stable, bug #395017.
32
33 22 Dec 2011; Markus Meier <maekke@g.o> gdb-7.3.1.ebuild:
34 arm stable, bug #395017
35
36
37
38 1.7 sys-devel/gdb/gdb-7.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?r1=1.6&r2=1.7
43
44 Index: gdb-7.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- gdb-7.3.1.ebuild 22 Dec 2011 22:08:08 -0000 1.6
51 +++ gdb-7.3.1.ebuild 23 Dec 2011 02:45:24 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.6 2011/12/22 22:08:08 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.7 2011/12/23 02:45:24 mattst88 Exp $
57
58 EAPI="3"
59
60 @@ -52,7 +52,7 @@
61 && SLOT="${CTARGET}" \
62 || SLOT="0"
63 if [[ ${PV} != 9999* ]] ; then
64 - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 + KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 fi
67 IUSE="expat multitarget nls +python test vanilla"