Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@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: Thu, 29 Dec 2011 18:48:42
Message-Id: 20111229184827.76AD92004B@flycatcher.gentoo.org
1 jer 11/12/29 18:48:27
2
3 Modified: ChangeLog gdb-7.3.1.ebuild
4 Log:
5 Stable for HPPA (bug #395017).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.198 sys-devel/gdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.198&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.198&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.197&r2=1.198
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
19 retrieving revision 1.197
20 retrieving revision 1.198
21 diff -u -r1.197 -r1.198
22 --- ChangeLog 23 Dec 2011 02:45:24 -0000 1.197
23 +++ ChangeLog 29 Dec 2011 18:48:27 -0000 1.198
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.197 2011/12/23 02:45:24 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.198 2011/12/29 18:48:27 jer Exp $
29 +
30 + 29 Dec 2011; Jeroen Roovers <jer@g.o> gdb-7.3.1.ebuild:
31 + Stable for HPPA (bug #395017).
32
33 23 Dec 2011; Matt Turner <mattst88@g.o> gdb-7.3.1.ebuild:
34 alpha stable, bug #395017.
35
36
37
38 1.8 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.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?r1=1.7&r2=1.8
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.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- gdb-7.3.1.ebuild 23 Dec 2011 02:45:24 -0000 1.7
51 +++ gdb-7.3.1.ebuild 29 Dec 2011 18:48:27 -0000 1.8
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.7 2011/12/23 02:45:24 mattst88 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.8 2011/12/29 18:48:27 jer 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"