diff options
-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}" |