Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-rtkit: ChangeLog selinux-rtkit-2.20120215.ebuild
Date: Thu, 31 May 2012 08:20:51
Message-Id: 20120531082042.0B65F2004B@flycatcher.gentoo.org
1 swift 12/05/31 08:20:42
2
3 Modified: ChangeLog selinux-rtkit-2.20120215.ebuild
4 Log:
5 Update with dependency on selinux-dbus
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sec-policy/selinux-rtkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 13 May 2012 11:50:33 -0000 1.8
23 +++ ChangeLog 31 May 2012 08:20:41 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sec-policy/selinux-rtkit
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v 1.8 2012/05/13 11:50:33 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v 1.9 2012/05/31 08:20:41 swift Exp $
29 +
30 + 31 May 2012; <swift@g.o> selinux-rtkit-2.20120215.ebuild:
31 + Add dependency on selinux-dbus - fixes build failure
32
33 13 May 2012; <swift@g.o> -selinux-rtkit-2.20110726.ebuild:
34 Removing deprecated ebuilds (cleanup)
35
36
37
38 1.3 sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild?r1=1.2&r2=1.3
43
44 Index: selinux-rtkit-2.20120215.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- selinux-rtkit-2.20120215.ebuild 29 Apr 2012 10:11:43 -0000 1.2
51 +++ selinux-rtkit-2.20120215.ebuild 31 May 2012 08:20:41 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild,v 1.2 2012/04/29 10:11:43 swift Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild,v 1.3 2012/05/31 08:20:41 swift Exp $
57 EAPI="4"
58
59 IUSE=""
60 @@ -12,3 +12,5 @@
61 DESCRIPTION="SELinux policy for rtkit"
62
63 KEYWORDS="amd64 x86"
64 +DEPEND=">=sec-policy/selinux-dbus-2.20120215"
65 +RDEPEND="${DEPEND}"