Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
Date: Fri, 22 Feb 2013 17:30:15
Message-Id: 20130222173008.ADDB32171D@flycatcher.gentoo.org
1 zmedico 13/02/22 17:30:08
2
3 Modified: sshfs-fuse-2.4.ebuild ChangeLog
4 Log:
5 Add ~arm-linux keyword.
6
7 (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.8 sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.7&r2=1.8
15
16 Index: sshfs-fuse-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- sshfs-fuse-2.4.ebuild 20 Jan 2013 13:17:10 -0000 1.7
23 +++ sshfs-fuse-2.4.ebuild 22 Feb 2013 17:30:08 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.7 2013/01/20 13:17:10 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.8 2013/02/22 17:30:08 zmedico Exp $
29
30 EAPI="4"
31
32 @@ -9,7 +9,7 @@
33 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
34
35 LICENSE="GPL-2"
36 -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
37 +KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
38 SLOT="0"
39 IUSE=""
40
41
42
43
44 1.69 sys-fs/sshfs-fuse/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.69&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.69&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.68&r2=1.69
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
53 retrieving revision 1.68
54 retrieving revision 1.69
55 diff -u -r1.68 -r1.69
56 --- ChangeLog 20 Jan 2013 13:17:10 -0000 1.68
57 +++ ChangeLog 22 Feb 2013 17:30:08 -0000 1.69
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-fs/sshfs-fuse
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.68 2013/01/20 13:17:10 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.69 2013/02/22 17:30:08 zmedico Exp $
63 +
64 + 22 Feb 2013; Zac Medico <zmedico@g.o> sshfs-fuse-2.4.ebuild:
65 + Add ~arm-linux keyword.
66
67 20 Jan 2013; Agostino Sarubbo <ago@g.o> sshfs-fuse-2.4.ebuild:
68 Stable for arm, wrt bug #412147