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 | 4b546b5bc0e0928c62662b605d54c1d02ccc3bef (patch) | |
tree | 53b84206c6b4a43b31299f98755df989b147f942 | |
parent | Fix config files. (diff) | |
download | gentoo-2-4b546b5bc0e0928c62662b605d54c1d02ccc3bef.tar.gz gentoo-2-4b546b5bc0e0928c62662b605d54c1d02ccc3bef.tar.bz2 gentoo-2-4b546b5bc0e0928c62662b605d54c1d02ccc3bef.zip |
Also removing the exports patch from 5.0rc7-r1, breaks the compilation (thanks to Ticho for reporting).
(Portage version: 2.1.2_rc4-r9)
-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 } |