summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-04-28 16:15:33 +0000
committerZac Medico <zmedico@gentoo.org>2013-04-28 16:15:33 +0000
commitdcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4 (patch)
tree6ebcb4b725882ab584c7d28a32af7e06dd629401 /eclass/selinux-policy-2.eclass
parentRevision bump, add patch to improve python 3.3 support (fixes bug #451928). (diff)
downloadgentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.tar.gz
gentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.tar.bz2
gentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.zip
Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r--eclass/selinux-policy-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass
index e83a26a3e098..8445265e0116 100644
--- a/eclass/selinux-policy-2.eclass
+++ b/eclass/selinux-policy-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.17 2013/03/09 12:07:50 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.18 2013/04/28 16:15:33 zmedico Exp $
# Eclass for installing SELinux policy, and optionally
# reloading the reference-policy based modules.
@@ -52,7 +52,7 @@
# This variable informs the eclass for which SELinux policies the module should
# be built. Currently, Gentoo supports targeted, strict, mcs and mls.
# This variable is the same POLICY_TYPES variable that we tell SELinux
-# users to set in /etc/make.conf. Therefor, it is not the module that should
+# users to set in make.conf. Therefore, it is not the module that should
# override it, but the user.
: ${POLICY_TYPES:="targeted strict mcs mls"}