summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-04-20 07:22:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-04-20 07:22:47 +0000
commit8c3c436d442763b7e0150f4fb72eaaf743149242 (patch)
treeb86e48e8bcd08558550657e589c3055a06549f68 /eclass
parentVersion bump. (diff)
downloadhistorical-8c3c436d442763b7e0150f4fb72eaaf743149242.tar.gz
historical-8c3c436d442763b7e0150f4fb72eaaf743149242.tar.bz2
historical-8c3c436d442763b7e0150f4fb72eaaf743149242.zip
Typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/depend.apache.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index e77c4d5f2280..5c56e6b3d04b 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.219 2012/04/20 07:19:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.220 2012/04/20 07:22:47 patrick Exp $
+
+ 20 Apr 2012; Patrick Lauer <patrick@gentoo.org> depend.apache.eclass:
+ Typo
20 Apr 2012; Patrick Lauer <patrick@gentoo.org> depend.apache.eclass:
Extending depend.apache.eclass for apache 2.4
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 5b7d5c9b44c8..85dab92d812a 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.46 2012/04/20 07:19:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.47 2012/04/20 07:22:47 patrick Exp $
# @ECLASS: depend.apache.eclass
# @MAINTAINER:
@@ -109,7 +109,7 @@ APACHE2_2_DEPEND="=www-servers/apache-2.2*"
# @ECLASS-VARIABLE: APACHE2_4_DEPEND
# @DESCRIPTION:
# Dependencies for Apache 2.4.x
-APACHE2_2_DEPEND="=www-servers/apache-2.4*"
+APACHE2_4_DEPEND="=www-servers/apache-2.4*"
# ==============================================================================