summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-25 14:41:09 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-25 14:41:09 +0000
commite19340d2b42d50a0c0cc0f8c0c40e5c056fb1696 (patch)
treea8009a15a19807f7c5ad5df064cf6084011e5002 /dev-lang
parentImport x11-libs/qt-demo, thanks to Bernd Steinhauser <berniyh@exherbo.org> fo... (diff)
downloadgentoo-2-e19340d2b42d50a0c0cc0f8c0c40e5c056fb1696.tar.gz
gentoo-2-e19340d2b42d50a0c0cc0f8c0c40e5c056fb1696.tar.bz2
gentoo-2-e19340d2b42d50a0c0cc0f8c0c40e5c056fb1696.zip
Fixed typo, thanks to Blackb|rd.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-2.3.6-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.3.6-r6.ebuild b/dev-lang/python/python-2.3.6-r6.ebuild
index ddbd1c3f6935..df98d46e2a37 100644
--- a/dev-lang/python/python-2.3.6-r6.ebuild
+++ b/dev-lang/python/python-2.3.6-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.3 2008/05/25 13:06:30 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.4 2008/05/25 14:41:09 hawking Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -63,7 +63,7 @@ src_unpack() {
[ "${ARCH}" = "hppa" ] && sed -e 's/utimes //' -i "${S}"/configure
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
- epatch "${FILESDIR}"/${P}-bsddb-test.patch
+ epatch "${FILESDIR}"/${P}-disable-failing-tests.patch
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
Lib/distutils/sysconfig.py \