diff options
author | 2003-07-30 02:13:11 +0000 | |
---|---|---|
committer | 2003-07-30 02:13:11 +0000 | |
commit | 6f6875c93af4767e60396734ab0edd0fa8a7e23e (patch) | |
tree | 5d0f90ac6ef050597487968c6fc8d265c5a8ce1e /eclass | |
parent | new release (diff) | |
download | historical-6f6875c93af4767e60396734ab0edd0fa8a7e23e.tar.gz historical-6f6875c93af4767e60396734ab0edd0fa8a7e23e.tar.bz2 historical-6f6875c93af4767e60396734ab0edd0fa8a7e23e.zip |
fix newrdepend to actually work
Diffstat (limited to '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" |