diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-14 17:44:34 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-14 17:44:34 +0000 |
commit | 8dc4493ef825f9c8db4332eef9a974e32b30109b (patch) | |
tree | f1bd534c58bea4096be8304bb2f4b31720667fb1 /net-www | |
parent | Fix config files. (diff) | |
download | historical-8dc4493ef825f9c8db4332eef9a974e32b30109b.tar.gz historical-8dc4493ef825f9c8db4332eef9a974e32b30109b.tar.bz2 historical-8dc4493ef825f9c8db4332eef9a974e32b30109b.zip |
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
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_kerb/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
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 <phreak@gentoo.org> + 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 <phreak@gentoo.org> 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 } |