Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@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, 22 Dec 2011 22:08:18
Message-Id: 20111222220808.283922004B@flycatcher.gentoo.org
1 maekke 11/12/22 22:08:08
2
3 Modified: ChangeLog gdb-7.3.1.ebuild
4 Log:
5 arm stable, bug #395017
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.196 sys-devel/gdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 21 Dec 2011 09:05:05 -0000 1.195
23 +++ ChangeLog 22 Dec 2011 22:08:08 -0000 1.196
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.195 2011/12/21 09:05:05 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.196 2011/12/22 22:08:08 maekke Exp $
29 +
30 + 22 Dec 2011; Markus Meier <maekke@g.o> gdb-7.3.1.ebuild:
31 + arm stable, bug #395017
32
33 21 Dec 2011; Fabian Groffen <grobian@g.o> gdb-7.3.1.ebuild:
34 Add Prefix keywords
35
36
37
38 1.6 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.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?r1=1.5&r2=1.6
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.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- gdb-7.3.1.ebuild 21 Dec 2011 09:05:05 -0000 1.5
51 +++ gdb-7.3.1.ebuild 22 Dec 2011 22:08:08 -0000 1.6
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.5 2011/12/21 09:05:05 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.6 2011/12/22 22:08:08 maekke 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"