diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:20:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:20:29 +0000 |
commit | c30eebc4ee97075db5eb8829f035291520ac2d57 (patch) | |
tree | 79e0df3c7a80033ba2d1ed5a4f30f782b6ef5dec /eclass/apache-2.eclass | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-c30eebc4ee97075db5eb8829f035291520ac2d57.tar.gz gentoo-2-c30eebc4ee97075db5eb8829f035291520ac2d57.tar.bz2 gentoo-2-c30eebc4ee97075db5eb8829f035291520ac2d57.zip |
Inherit the user eclass for enewuser/etc...
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 1019693e3934..77a475c5b2f9 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-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/apache-2.eclass,v 1.31 2013/04/28 16:15:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.32 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: apache-2.eclass # @MAINTAINER: @@ -10,7 +10,7 @@ # This eclass handles apache-2.x ebuild functions such as LoadModule generation # and inter-module dependency checking. -inherit autotools eutils flag-o-matic multilib ssl-cert +inherit autotools eutils flag-o-matic multilib ssl-cert user # ============================================================================== # INTERNAL VARIABLES |