diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-07-30 02:13:11 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-07-30 02:13:11 +0000 |
commit | d65ad8568eb3c4b6db041de602b1427663a4877f (patch) | |
tree | a05b473675cb513a219e01362bfefd4782f9a601 /eclass/selinux-policy.eclass | |
parent | new release (diff) | |
download | gentoo-2-d65ad8568eb3c4b6db041de602b1427663a4877f.tar.gz gentoo-2-d65ad8568eb3c4b6db041de602b1427663a4877f.tar.bz2 gentoo-2-d65ad8568eb3c4b6db041de602b1427663a4877f.zip |
fix newrdepend to actually work
Diffstat (limited to 'eclass/selinux-policy.eclass')
-rw-r--r-- | eclass/selinux-policy.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/selinux-policy.eclass b/eclass/selinux-policy.eclass index 4520f2efe575..32b3c80c4601 100644 --- a/eclass/selinux-policy.eclass +++ b/eclass/selinux-policy.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.2 2003/07/29 15:53:51 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.3 2003/07/30 02:13:11 pebenito Exp $ # Eclass for installing SELinux policy, and optionally # reloading the policy @@ -17,7 +17,8 @@ S="${WORKDIR}/policy" IUSE="" -newrdepend sys-apps/selinux-small sec-policy/selinux-base-policy +newrdepend sys-apps/selinux-small +newrdepend sec-policy/selinux-base-policy [ -z ${POLICYDIR} ] && POLICYDIR="/etc/security/selinux/src/policy" |