From 2eb64c8d351656d66dd52071c0dee10bf5e1d624 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 12 Oct 2012 08:17:19 +0000 Subject: Restricting to apache 2.2 (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) --- www-apache/mod_extract_forwarded/ChangeLog | 9 ++++++--- .../mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'www-apache') diff --git a/www-apache/mod_extract_forwarded/ChangeLog b/www-apache/mod_extract_forwarded/ChangeLog index 84612793dcac..ae1872c5a9b4 100644 --- a/www-apache/mod_extract_forwarded/ChangeLog +++ b/www-apache/mod_extract_forwarded/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_extract_forwarded -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.4 2011/02/25 19:44:37 idl0r Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.5 2012/10/12 08:17:19 patrick Exp $ + + 12 Oct 2012; Patrick Lauer + mod_extract_forwarded-2.0.2.ebuild: + Restricting to apache 2.2 25 Feb 2011; Christian Ruppert mod_extract_forwarded-2.0.2.ebuild metadata.xml: @@ -20,4 +24,3 @@ +files/98_mod_extract_forwarded.conf, +metadata.xml, +mod_extract_forwarded-2.0.2.ebuild: initial ebuild, #200895 - diff --git a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild b/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild index 26867d0cfd2b..8730a1853edc 100644 --- a/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild +++ b/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild,v 1.3 2011/02/25 19:44:37 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.2.ebuild,v 1.4 2012/10/12 08:17:19 patrick Exp $ EAPI="3" @@ -23,7 +23,7 @@ S="${WORKDIR}/extract_forwarded" APACHE2_MOD_CONF="98_${PN}" APACHE2_MOD_DEFINE="EXTRACT_FORWARDED" -need_apache2 +need_apache2_2 src_prepare() { if ! use mod_proxy; then -- cgit v1.2.3-65-gdbad