diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-01 17:39:49 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-01 17:39:49 +0000 |
commit | eb8c708a1323219e2cd577af28d9d0cfc9a36504 (patch) | |
tree | a2498fbddad16b81347489c1d2b38a3d36c96032 /sec-policy | |
parent | Activex component is no-more for != WINNT (diff) | |
download | gentoo-2-eb8c708a1323219e2cd577af28d9d0cfc9a36504.tar.gz gentoo-2-eb8c708a1323219e2cd577af28d9d0cfc9a36504.tar.bz2 gentoo-2-eb8c708a1323219e2cd577af28d9d0cfc9a36504.zip |
Adding 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-mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog index 8e25db18d99d..18c047286cda 100644 --- a/sec-policy/selinux-mozilla/ChangeLog +++ b/sec-policy/selinux-mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-mozilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.23 2012/05/20 18:40:10 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.24 2012/06/01 17:39:49 swift Exp $ + + 01 Jun 2012; <swift@gentoo.org> selinux-mozilla-2.20120215-r2.ebuild: + Add dependency on selinux-xserver, fixes build failure *selinux-mozilla-2.20120215-r2 (20 May 2012) diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.ebuild index 23a8cb790454..3e3983965fa2 100644 --- a/sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.ebuild +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.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-mozilla/selinux-mozilla-2.20120215-r2.ebuild,v 1.1 2012/05/20 18:40:10 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20120215-r2.ebuild,v 1.2 2012/06/01 17:39:49 swift Exp $ EAPI="4" IUSE="" @@ -11,3 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mozilla" KEYWORDS="~amd64 ~x86" +DEPEND=">=sec-policy/selinux-xserver-2.20120215" +RDEPEND="${DEPEND}" |