diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-08-02 03:18:53 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-08-02 03:18:53 +0000 |
commit | bd36076f7e673c8f6fb38c2d7f893c619706ac8a (patch) | |
tree | 3c4a7211b6586b356f879d95a68d52aeebc7495a /eclass/selinux-policy.eclass | |
parent | Bump (diff) | |
download | gentoo-2-bd36076f7e673c8f6fb38c2d7f893c619706ac8a.tar.gz gentoo-2-bd36076f7e673c8f6fb38c2d7f893c619706ac8a.tar.bz2 gentoo-2-bd36076f7e673c8f6fb38c2d7f893c619706ac8a.zip |
specify version of base-policy in rdepend, since there is a fix in 20030729 to allow
portage to run checkpolicy and loadpolicy
Diffstat (limited to 'eclass/selinux-policy.eclass')
-rw-r--r-- | eclass/selinux-policy.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/selinux-policy.eclass b/eclass/selinux-policy.eclass index 32b3c80c4601..ffcd0ca8d93b 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.3 2003/07/30 02:13:11 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.4 2003/08/02 03:18:53 pebenito Exp $ # Eclass for installing SELinux policy, and optionally # reloading the policy @@ -17,8 +17,7 @@ S="${WORKDIR}/policy" IUSE="" -newrdepend sys-apps/selinux-small -newrdepend sec-policy/selinux-base-policy +newrdepend "sys-apps/selinux-small >=sec-policy/selinux-base-policy-20030729" [ -z ${POLICYDIR} ] && POLICYDIR="/etc/security/selinux/src/policy" |