Also removing the exports patch from 5.0rc7-r1, breaks the compilation (thanks to...
authorChristian Heim <phreak@gentoo.org>
Sun, 14 Jan 2007 17:44:34 +0000 (17:44 +0000)
committerChristian Heim <phreak@gentoo.org>
Sun, 14 Jan 2007 17:44:34 +0000 (17:44 +0000)
Package-Manager: portage-2.1.2_rc4-r9

net-www/mod_auth_kerb/ChangeLog
net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc7-r1.ebuild

index 6fcf627a6b87b6e30e3d523ca7fb392d80d4ad0f..24f5683c0597937b3e8d356c5fab6b0d7d763215 100644 (file)
@@ -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:
index 975cf3277c13d92b4d9b2172cc4335769dfbe771..7ae3e3716fdf52b4a6ac3f98eadb1fb67521e9af 100644 (file)
@@ -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
 }