summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-05-31 07:39:04 +0000
committerSven Vermeulen <swift@gentoo.org>2012-05-31 07:39:04 +0000
commitc27860924ae3fc3d6bd0eed6e888589e28c9dc6b (patch)
tree6ae8a34bdded16994d68c63c70dcc1ca7dc7edfb /sec-policy
parentDepend on xserver policy, fixes build failure (diff)
downloadgentoo-2-c27860924ae3fc3d6bd0eed6e888589e28c9dc6b.tar.gz
gentoo-2-c27860924ae3fc3d6bd0eed6e888589e28c9dc6b.tar.bz2
gentoo-2-c27860924ae3fc3d6bd0eed6e888589e28c9dc6b.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-thunderbird/ChangeLog5
-rw-r--r--sec-policy/selinux-thunderbird/selinux-thunderbird-2.20120215.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-thunderbird/ChangeLog b/sec-policy/selinux-thunderbird/ChangeLog
index 5e90617e4091..d72d8a5d8a89 100644
--- a/sec-policy/selinux-thunderbird/ChangeLog
+++ b/sec-policy/selinux-thunderbird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-thunderbird
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/ChangeLog,v 1.8 2012/05/13 11:50:33 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/ChangeLog,v 1.9 2012/05/31 07:39:04 swift Exp $
+
+ 31 May 2012; <swift@gentoo.org> selinux-thunderbird-2.20120215.ebuild:
+ Adding dependency on selinux-xserver, fixes build failure
13 May 2012; <swift@gentoo.org> -selinux-thunderbird-2.20110726.ebuild:
Removing deprecated ebuilds (cleanup)
diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20120215.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20120215.ebuild
index 7f02d59c555b..2a8749359a18 100644
--- a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20120215.ebuild
+++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-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-thunderbird/selinux-thunderbird-2.20120215.ebuild,v 1.2 2012/04/29 10:11:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20120215.ebuild,v 1.3 2012/05/31 07:39:04 swift Exp $
EAPI="4"
IUSE=""
@@ -12,3 +12,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for thunderbird"
KEYWORDS="amd64 x86"
+DEPEND=">=sec-policy/selinux-xserver-2.20120215"
+RDEPEND="${DEPEND}"