summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mod_python/mod_python-3.1.3.ebuild')
-rw-r--r--dev-python/mod_python/mod_python-3.1.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/mod_python/mod_python-3.1.3.ebuild b/dev-python/mod_python/mod_python-3.1.3.ebuild
index ba9bfa6d2d0d..e4c4bb0bf4f4 100644
--- a/dev-python/mod_python/mod_python-3.1.3.ebuild
+++ b/dev-python/mod_python/mod_python-3.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.3.ebuild,v 1.9 2004/10/17 07:56:00 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.3.ebuild,v 1.10 2005/02/11 19:45:40 pythonhead Exp $
-inherit python
+inherit python eutils
DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter"
HOMEPAGE="http://www.modpython.org/"
@@ -24,6 +24,8 @@ src_unpack() {
has_version ">=dev-lang/python-2.3" && \
sed -i -e 's:LONG_LONG:PY_LONG_LONG:g' \
"${S}/src/requestobject.c"
+ #Fixes publisher info leak bug# 80109 CAN-2005-0088
+ epatch ${FILESDIR}/publisher-2.diff
}
src_compile() {