Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Sven Vermeulen (swift)" <swift@g.o>
|
|
Subject:
|
gentoo-x86 commit in sec-policy/selinux-rtkit: ChangeLog selinux-rtkit-2.20120215.ebuild
|
|
Date:
|
Thu, 31 May 2012 08:20:42 +0000 (UTC)
|
|
swift 12/05/31 08:20:42
Modified: ChangeLog selinux-rtkit-2.20120215.ebuild
Log:
Update with dependency on selinux-dbus
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.9 sec-policy/selinux-rtkit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 13 May 2012 11:50:33 -0000 1.8
+++ ChangeLog 31 May 2012 08:20:41 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-rtkit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v 1.8 2012/05/13 11:50:33 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/ChangeLog,v 1.9 2012/05/31 08:20:41 swift Exp $
+
+ 31 May 2012; <swift@g.o> selinux-rtkit-2.20120215.ebuild:
+ Add dependency on selinux-dbus - fixes build failure
13 May 2012; <swift@g.o> -selinux-rtkit-2.20110726.ebuild:
Removing deprecated ebuilds (cleanup)
1.3 sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild?r1=1.2&r2=1.3
Index: selinux-rtkit-2.20120215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- selinux-rtkit-2.20120215.ebuild 29 Apr 2012 10:11:43 -0000 1.2
+++ selinux-rtkit-2.20120215.ebuild 31 May 2012 08:20:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="4"
IUSE=""
@@ -12,3 +12,5 @@
DESCRIPTION="SELinux policy for rtkit"
KEYWORDS="amd64 x86"
+DEPEND=">=sec-policy/selinux-dbus-2.20120215"
+RDEPEND="${DEPEND}"
|
|