From: Christian Heim Date: Sun, 14 Jan 2007 17:44:34 +0000 (+0000) Subject: Also removing the exports patch from 5.0rc7-r1, breaks the compilation (thanks to... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8dc4493ef825f9c8db4332eef9a974e32b30109b;p=gentoo.git Also removing the exports patch from 5.0rc7-r1, breaks the compilation (thanks to Ticho for reporting). Package-Manager: portage-2.1.2_rc4-r9 --- diff --git a/net-www/mod_auth_kerb/ChangeLog b/net-www/mod_auth_kerb/ChangeLog index 6fcf627a6b87..24f5683c0597 100644 --- a/net-www/mod_auth_kerb/ChangeLog +++ b/net-www/mod_auth_kerb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mod_auth_kerb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.18 2007/01/13 18:59:26 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/ChangeLog,v 1.19 2007/01/14 17:44:34 phreak Exp $ + + 14 Jan 2007; Christian Heim + mod_auth_kerb-5.0_rc7-r1.ebuild: + Also removing the exports patch from 5.0rc7-r1, breaks the compilation + (thanks to Ticho for reporting). 13 Jan 2007; Christian Heim mod_auth_kerb-5.0_rc7-r1.ebuild: diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild index 975cf3277c13..7ae3e3716fdf 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.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/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild,v 1.3 2007/01/13 18:59:26 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild,v 1.4 2007/01/14 17:44:34 phreak Exp $ MY_PV="${PV/_rc/rc}" @@ -39,9 +39,6 @@ src_unpack() { epatch "${FILESDIR}/${PN}-5.0-CVE-2006-5989.patch" epatch "${FILESDIR}/${PN}-5.0-gcc4.patch" - if use apache2 ; then - epatch "${FILESDIR}/${PN}-5.0-exports.patch" - fi eautoreconf }