diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-01 17:01:01 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-01 17:01:01 +0000 |
commit | c3b4929087216135b3860b92c0822a4357d5a018 (patch) | |
tree | bbbb64bd6eea8c7f5e02b96af1ba8db3603f1373 /sec-policy | |
parent | Add app-arch/unzip to DEPEND, bug 410393 (diff) | |
download | gentoo-2-c3b4929087216135b3860b92c0822a4357d5a018.tar.gz gentoo-2-c3b4929087216135b3860b92c0822a4357d5a018.tar.bz2 gentoo-2-c3b4929087216135b3860b92c0822a4357d5a018.zip |
Add dependency on selinux-xserver, fixes build failure
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-pan/ChangeLog | 3 | ||||
-rw-r--r-- | sec-policy/selinux-pan/selinux-pan-2.20120215.ebuild | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sec-policy/selinux-pan/ChangeLog b/sec-policy/selinux-pan/ChangeLog index 8025c3866ea2..9b4d6ff72fa5 100644 --- a/sec-policy/selinux-pan/ChangeLog +++ b/sec-policy/selinux-pan/ChangeLog @@ -1,5 +1,8 @@ + 01 Jun 2012; <swift@gentoo.org> selinux-pan-2.20120215.ebuild: + Add dependency on selinux-xserver, fixes build failure + 13 May 2012; <swift@gentoo.org> -selinux-pan-2.20110726-r1.ebuild, -selinux-pan-2.20110726-r2.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-pan/selinux-pan-2.20120215.ebuild b/sec-policy/selinux-pan/selinux-pan-2.20120215.ebuild index 88e28853f600..d38a90fae1a0 100644 --- a/sec-policy/selinux-pan/selinux-pan-2.20120215.ebuild +++ b/sec-policy/selinux-pan/selinux-pan-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-pan/selinux-pan-2.20120215.ebuild,v 1.2 2012/04/29 10:11:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pan/selinux-pan-2.20120215.ebuild,v 1.3 2012/06/01 17:01:01 swift Exp $ EAPI="4" IUSE="" @@ -11,3 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pan" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-xserver-2.20120215" +RDEPEND="${DEPEND}" |