summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mod_python/mod_python-2.7.10.ebuild')
-rw-r--r--dev-python/mod_python/mod_python-2.7.10.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/mod_python/mod_python-2.7.10.ebuild b/dev-python/mod_python/mod_python-2.7.10.ebuild
index b23d01703cdd..555ff873d080 100644
--- a/dev-python/mod_python/mod_python-2.7.10.ebuild
+++ b/dev-python/mod_python/mod_python-2.7.10.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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-2.7.10.ebuild,v 1.1 2004/01/24 21:06:45 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.10.ebuild,v 1.1.1.1 2005/11/30 10:10:05 chriswhite Exp $
inherit python
DESCRIPTION="Python module for Apache 1.x, not for Apache 2.x"
-SRC_URI="http://www.apache.org/dist/httpd/modpython/${P}.tgz"
+SRC_URI="mirror://apache/modpython/${P}.tgz"
HOMEPAGE="http://www.modpython.org/"
LICENSE="as-is"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
IUSE=""
@@ -29,7 +29,7 @@ src_compile() {
echo 'echo "configure done"' >> configure
export OPTFLAGS="`/usr/sbin/apxs -q CFLAGS`"
- econf --with-apxs=/usr/sbin/apxs
+ econf --with-apxs=/usr/sbin/apxs || die "econf failed"
sed -e 's/LIBEXECDIR=\/usr\/lib\/apache/LIBEXECDIR=${D}\/usr\/lib\/apache-extramodules/' \
-e 's/PY_STD_LIB=/PY_STD_LIB=${D}/' \