summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-01-20 16:03:26 +0000
committerChristian Heim <phreak@gentoo.org>2007-01-20 16:03:26 +0000
commitc50515767618bb5dc9591cb8e4332b8a3143a6a6 (patch)
treea2f99616c569eb8a29218090b8195f9dd31cc245 /net-www
parentStable on MIPS. (diff)
downloadgentoo-2-c50515767618bb5dc9591cb8e4332b8a3143a6a6.tar.gz
gentoo-2-c50515767618bb5dc9591cb8e4332b8a3143a6a6.tar.bz2
gentoo-2-c50515767618bb5dc9591cb8e4332b8a3143a6a6.zip
Fixing a small typo in =net-www/apache-2.2.3-r2.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/apache-2.2.3-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 7aded3a57336..872f6ae83bb2 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/apache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.508 2007/01/18 20:13:11 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.509 2007/01/20 16:03:26 phreak Exp $
+
+ 20 Jan 2007; Christian Heim <phreak@gentoo.org> apache-2.2.3-r2.ebuild:
+ Fixing a small typo in =net-www/apache-2.2.3-r2.
18 Jan 2007; Luca Longinotti <chtekk@gentoo.org> apache-2.2.3-r2.ebuild:
Fix quoting, fix ldap dep, use econf correctly, thanks to phreak.
diff --git a/net-www/apache/apache-2.2.3-r2.ebuild b/net-www/apache/apache-2.2.3-r2.ebuild
index ce26a60a35f0..48113b98a10b 100644
--- a/net-www/apache/apache-2.2.3-r2.ebuild
+++ b/net-www/apache/apache-2.2.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r2.ebuild,v 1.2 2007/01/18 20:13:11 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r2.ebuild,v 1.3 2007/01/20 16:03:26 phreak Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
@@ -93,7 +93,7 @@ src_unpack() {
EPATCH_SUFFIX="patch"
epatch "${GENTOO_PATCHDIR}"/patches/[0-1]*
if $(ls "${GENTOO_PATCHDIR}"/patches/[2-3]?_*_${mpm}_* &>/dev/null) ; then
- epatch "${GENTOO_PATCHDIR}"/p6atches/[2-3]?_*_${mpm}_*
+ epatch "${GENTOO_PATCHDIR}"/patches/[2-3]?_*_${mpm}_*
fi
for uf in ${IUSE} ; do
if use ${uf} && $(ls "${GENTOO_PATCHDIR}"/patches/[4-5]?_*_${uf}_* &>/dev/null) ; then