Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r1.ebuild
Date: Wed, 31 Aug 2011 08:20:24
Message-Id: 20110831082015.779BA2004C@flycatcher.gentoo.org
1 chainsaw 11/08/31 08:20:15
2
3 Modified: ChangeLog make-3.82-r1.ebuild
4 Log:
5 Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Agostino "ago" Sarubbo in bug #381199 filed by Mike "SpanKY" Frysinger.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.83 sys-devel/make/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 9 Jul 2011 09:17:29 -0000 1.82
23 +++ ChangeLog 31 Aug 2011 08:20:15 -0000 1.83
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/make
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.82 2011/07/09 09:17:29 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.83 2011/08/31 08:20:15 chainsaw Exp $
29 +
30 + 31 Aug 2011; Tony Vroon <chainsaw@g.o> make-3.82-r1.ebuild:
31 + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
32 + Lazkani & Agostino "ago" Sarubbo in bug #381199 filed by Mike "SpanKY"
33 + Frysinger.
34
35 09 Jul 2011; Kacper Kowalik <xarthisius@g.o> make-3.82.ebuild:
36 ppc/ppc64 stable wrt #367265
37
38
39
40 1.2 sys-devel/make/make-3.82-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: make-3.82-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- make-3.82-r1.ebuild 7 Jun 2011 13:18:10 -0000 1.1
53 +++ make-3.82-r1.ebuild 31 Aug 2011 08:20:15 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild,v 1.1 2011/06/07 13:18:10 chainsaw Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild,v 1.2 2011/08/31 08:20:15 chainsaw Exp $
59
60 EAPI="2"
61
62 @@ -12,7 +12,7 @@
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
67 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
68 IUSE="nls static"
69
70 DEPEND="nls? ( sys-devel/gettext )"