summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:46:18 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:46:18 +0000
commit47319946db0882c3de8dfb7b6a20151c67060853 (patch)
tree2e5835f3b58daab54ecc424e15d57336db9bf095 /eclass
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-47319946db0882c3de8dfb7b6a20151c67060853.tar.gz
gentoo-2-47319946db0882c3de8dfb7b6a20151c67060853.tar.bz2
gentoo-2-47319946db0882c3de8dfb7b6a20151c67060853.zip
drop user eclass inherit ... people have had plenty of time to migrate
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index e0cc11e7fcec..53ae2e45f4ac 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.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/eutils.eclass,v 1.430 2013/12/28 17:19:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.431 2014/01/08 06:46:18 vapier Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -18,7 +18,7 @@
if [[ ${___ECLASS_ONCE_EUTILS} != "recur -_+^+_- spank" ]] ; then
___ECLASS_ONCE_EUTILS="recur -_+^+_- spank"
-inherit multilib toolchain-funcs user
+inherit multilib toolchain-funcs
if has "${EAPI:-0}" 0 1 2; then