diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-05-31 08:20:41 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-05-31 08:20:41 +0000 |
commit | d2002274acbfe2ee6ee308a5b48008fe64fed17f (patch) | |
tree | 6433d02937fe0f77dd951f1867a9781ecd0a45b5 /sec-policy | |
parent | Remove old (diff) | |
download | gentoo-2-d2002274acbfe2ee6ee308a5b48008fe64fed17f.tar.gz gentoo-2-d2002274acbfe2ee6ee308a5b48008fe64fed17f.tar.bz2 gentoo-2-d2002274acbfe2ee6ee308a5b48008fe64fed17f.zip |
Update with dependency on selinux-dbus
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-rtkit/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-rtkit/ChangeLog b/sec-policy/selinux-rtkit/ChangeLog index 186e7f4834bb..1fdcd9428b53 100644 --- a/sec-policy/selinux-rtkit/ChangeLog +++ b/sec-policy/selinux-rtkit/ChangeLog @@ -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@gentoo.org> selinux-rtkit-2.20120215.ebuild: + Add dependency on selinux-dbus - fixes build failure 13 May 2012; <swift@gentoo.org> -selinux-rtkit-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild b/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild index 0a7275a9dda3..6bf46fa70076 100644 --- a/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild +++ b/sec-policy/selinux-rtkit/selinux-rtkit-2.20120215.ebuild @@ -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 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rtkit" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-dbus-2.20120215" +RDEPEND="${DEPEND}" |