Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
Date: Mon, 28 Jan 2013 14:23:04
Message-Id: 20130128142300.E7D0D2171D@flycatcher.gentoo.org
1 aballier 13/01/28 14:23:00
2
3 Modified: ChangeLog make-3.82-r4.ebuild
4 Log:
5 keyword ~amd64-fbsd, it seems I did not keyword the latest version...
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.114 sys-devel/make/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 1 Jan 2013 19:11:10 -0000 1.113
23 +++ ChangeLog 28 Jan 2013 14:23:00 -0000 1.114
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/make
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.113 2013/01/01 19:11:10 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.114 2013/01/28 14:23:00 aballier Exp $
29 +
30 + 28 Jan 2013; Alexis Ballier <aballier@g.o> make-3.82-r4.ebuild:
31 + keyword ~amd64-fbsd, it seems I did not keyword the latest version...
32
33 01 Jan 2013; Raúl Porcel <armin76@g.o> make-3.82-r4.ebuild:
34 m68k/s390/sh stable wrt #441528
35
36
37
38 1.14 sys-devel/make/make-3.82-r4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.13&r2=1.14
43
44 Index: make-3.82-r4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- make-3.82-r4.ebuild 1 Jan 2013 19:11:10 -0000 1.13
51 +++ make-3.82-r4.ebuild 28 Jan 2013 14:23:00 -0000 1.14
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.13 2013/01/01 19:11:10 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.14 2013/01/28 14:23:00 aballier Exp $
57
58 EAPI="2"
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE="nls static"
67
68 DEPEND="nls? ( sys-devel/gettext )"