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-apps/findutils: ChangeLog findutils-4.5.10-r1.ebuild
Date: Tue, 05 Jul 2011 21:13:05
Message-Id: 20110705211254.D9B502004B@flycatcher.gentoo.org
1 aballier 11/07/05 21:12:54
2
3 Modified: ChangeLog findutils-4.5.10-r1.ebuild
4 Log:
5 keyword ~sparc-fbsd; untested but should work as it works on sparc and x86-fbsd; the plan is to have it part of @system so we do not have other option
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.198 sys-apps/findutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.198&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?rev=1.198&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/ChangeLog?r1=1.197&r2=1.198
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v
19 retrieving revision 1.197
20 retrieving revision 1.198
21 diff -u -r1.197 -r1.198
22 --- ChangeLog 5 Jul 2011 21:10:32 -0000 1.197
23 +++ ChangeLog 5 Jul 2011 21:12:54 -0000 1.198
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/findutils
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.197 2011/07/05 21:10:32 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.198 2011/07/05 21:12:54 aballier Exp $
29 +
30 + 05 Jul 2011; Alexis Ballier <aballier@g.o> findutils-4.5.10-r1.ebuild:
31 + keyword ~sparc-fbsd; untested but should work as it works on sparc and
32 + x86-fbsd; the plan is to have it part of @system so we do not have other
33 + option
34
35 05 Jul 2011; Alexis Ballier <aballier@g.o> findutils-4.5.10-r1.ebuild:
36 keyword ~x86-fbsd
37
38
39
40 1.3 sys-apps/findutils/findutils-4.5.10-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: findutils-4.5.10-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- findutils-4.5.10-r1.ebuild 5 Jul 2011 21:10:32 -0000 1.2
53 +++ findutils-4.5.10-r1.ebuild 5 Jul 2011 21:12:54 -0000 1.3
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-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.2 2011/07/05 21:10:32 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.3 2011/07/05 21:12:54 aballier Exp $
59
60 inherit eutils flag-o-matic toolchain-funcs multilib
61
62 @@ -11,7 +11,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
68 IUSE="nls selinux static"
69
70 RDEPEND="selinux? ( sys-libs/libselinux )