summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-27 09:07:55 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-27 09:07:55 +0000
commit2ab6d038335dc465fd6cec09cab82c3d8b501081 (patch)
tree16adec580813ae806d7400e3b2f0b6488e8771c7 /sec-policy
parentOopsie, RDEPEND needs to mimic DEPEND, not itself (diff)
downloadgentoo-2-2ab6d038335dc465fd6cec09cab82c3d8b501081.tar.gz
gentoo-2-2ab6d038335dc465fd6cec09cab82c3d8b501081.tar.bz2
gentoo-2-2ab6d038335dc465fd6cec09cab82c3d8b501081.zip
SELinux cvs policy depends on inetd types, so add in dependency to selinux-inetd
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-cvs/ChangeLog6
-rw-r--r--sec-policy/selinux-cvs/selinux-cvs-9999.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-cvs/ChangeLog b/sec-policy/selinux-cvs/ChangeLog
index ff29f4d6320d..c7414b77b0ab 100644
--- a/sec-policy/selinux-cvs/ChangeLog
+++ b/sec-policy/selinux-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sec-policy/selinux-cvs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/ChangeLog,v 1.48 2014/11/01 17:38:34 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/ChangeLog,v 1.49 2014/11/27 09:07:55 swift Exp $
+
+ 27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-cvs-9999.ebuild:
+ SELinux cvs policy depends on inetd types, so add in dependency to selinux-
+ inetd
01 Nov 2014; Sven Vermeulen <swift@gentoo.org>
selinux-cvs-2.20140311-r6.ebuild:
diff --git a/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild b/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild
index 3cc5ea044d03..81f3deb8c64a 100644
--- a/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild
+++ b/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild,v 1.3 2014/11/01 16:13:36 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild,v 1.4 2014/11/27 09:07:55 swift Exp $
EAPI="5"
IUSE=""
@@ -17,5 +17,6 @@ else
fi
DEPEND="${DEPEND}
sec-policy/selinux-apache
+ sec-policy/selinux-inetd
"
RDEPEND="${DEPEND}"