diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-02 06:50:06 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-02 06:50:06 +0000 |
commit | ebe62a5a2bdfbca12bb4239ef6aeffe4fe39b3d1 (patch) | |
tree | 2249b95f535a120ad5d969f408f2a390249fe487 /sec-policy/selinux-evolution | |
parent | Version bump. (diff) | |
download | gentoo-2-ebe62a5a2bdfbca12bb4239ef6aeffe4fe39b3d1.tar.gz gentoo-2-ebe62a5a2bdfbca12bb4239ef6aeffe4fe39b3d1.tar.bz2 gentoo-2-ebe62a5a2bdfbca12bb4239ef6aeffe4fe39b3d1.zip |
Adding dependency on selinux-xserver, fixes build failure
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-evolution')
-rw-r--r-- | sec-policy/selinux-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-evolution/selinux-evolution-2.20120215.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-evolution/ChangeLog b/sec-policy/selinux-evolution/ChangeLog index d4e4357a53d2..167af6b697b4 100644 --- a/sec-policy/selinux-evolution/ChangeLog +++ b/sec-policy/selinux-evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-evolution # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/ChangeLog,v 1.8 2012/05/13 11:50:41 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/ChangeLog,v 1.9 2012/06/02 06:50:06 swift Exp $ + + 02 Jun 2012; <swift@gentoo.org> selinux-evolution-2.20120215.ebuild: + Depend on selinux-xserver, fixes build failure 13 May 2012; <swift@gentoo.org> -selinux-evolution-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-evolution/selinux-evolution-2.20120215.ebuild b/sec-policy/selinux-evolution/selinux-evolution-2.20120215.ebuild index 0ef8b0b8a31f..6240589e6404 100644 --- a/sec-policy/selinux-evolution/selinux-evolution-2.20120215.ebuild +++ b/sec-policy/selinux-evolution/selinux-evolution-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-evolution/selinux-evolution-2.20120215.ebuild,v 1.2 2012/04/29 10:11:59 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-2.20120215.ebuild,v 1.3 2012/06/02 06:50:06 swift Exp $ EAPI="4" IUSE="" @@ -12,3 +12,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for evolution" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-xserver-2.20120215" +RDEPEND="${DEPEND}" |