Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.27_pre1.ebuild ChangeLog
Date: Tue, 27 Nov 2012 04:22:59
Message-Id: 20121127042249.A0E1B20C65@flycatcher.gentoo.org
1 blueness 12/11/27 04:22:49
2
3 Modified: chrony-1.27_pre1.ebuild ChangeLog
4 Log:
5 keyword ~arm, bug #444714
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 net-misc/chrony/chrony-1.27_pre1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?r1=1.2&r2=1.3
15
16 Index: chrony-1.27_pre1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- chrony-1.27_pre1.ebuild 11 Apr 2012 21:57:13 -0000 1.2
23 +++ chrony-1.27_pre1.ebuild 27 Nov 2012 04:22:49 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.2 2012/04/11 21:57:13 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.3 2012/11/27 04:22:49 blueness Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs
32 @@ -12,7 +12,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
37 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
38 IUSE="caps +ipv6 +readline"
39
40 RDEPEND="
41
42
43
44 1.90 net-misc/chrony/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.90&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.90&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.89&r2=1.90
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
53 retrieving revision 1.89
54 retrieving revision 1.90
55 diff -u -r1.89 -r1.90
56 --- ChangeLog 11 Apr 2012 21:57:13 -0000 1.89
57 +++ ChangeLog 27 Nov 2012 04:22:49 -0000 1.90
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-misc/chrony
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.89 2012/04/11 21:57:13 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.90 2012/11/27 04:22:49 blueness Exp $
63 +
64 + 27 Nov 2012; Anthony G. Basile <blueness@g.o> chrony-1.27_pre1.ebuild:
65 + keyword ~arm, bug #444714
66
67 11 Apr 2012; Jeroen Roovers <jer@g.o> chrony-1.27_pre1.ebuild:
68 Do not use dev-libs/nss either, even if it would work.