summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-05-21 12:28:00 +0000
committerMike Gilbert <floppym@gentoo.org>2015-05-21 12:28:00 +0000
commitf55f926f6ccbb18821887b5b674296d2e32cd4d6 (patch)
tree042286dc0432d83830e1d43209b9a928f00e1de1 /eclass
parentStable for amd64, wrt bug #535348 (diff)
downloadhistorical-f55f926f6ccbb18821887b5b674296d2e32cd4d6.tar.gz
historical-f55f926f6ccbb18821887b5b674296d2e32cd4d6.tar.bz2
historical-f55f926f6ccbb18821887b5b674296d2e32cd4d6.zip
Fix typo.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/chromium.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass
index 26f1728a9293..895b82203d95 100644
--- a/eclass/chromium.eclass
+++ b/eclass/chromium.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/chromium.eclass,v 1.10 2015/05/21 01:37:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/chromium.eclass,v 1.11 2015/05/21 12:28:00 floppym Exp $
# @ECLASS: chromium.eclass
# @MAINTAINER:
@@ -33,7 +33,7 @@ chromium_suid_sandbox_check_kernel_config() {
ERROR_NET_NS="NET_NS is required for sandbox to work"
ERROR_USER_NS="USER_NS is required for sandbox to work"
ERROR_SECCOMP_FILTER="SECCOMP_FILTER is required for sandbox to work"
- CONFIG_CHECK="~PID_NS ~NET_NS ~SECCOMP_FILTER ~USED_NS"
+ CONFIG_CHECK="~PID_NS ~NET_NS ~SECCOMP_FILTER ~USER_NS"
check_extra_config
fi
}