summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-2.4.2-r1.ebuild')
-rw-r--r--dev-lang/python/python-2.4.2-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.4.2-r1.ebuild b/dev-lang/python/python-2.4.2-r1.ebuild
index a52e3987f3d9..234d5459fc5e 100644
--- a/dev-lang/python/python-2.4.2-r1.ebuild
+++ b/dev-lang/python/python-2.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2-r1.ebuild,v 1.1 2006/02/02 21:18:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2-r1.ebuild,v 1.2 2006/02/08 12:11:29 marienz Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -50,6 +50,10 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
+# confcache breaks a dlopen check, causing python to not support
+# loading .so files - marienz
+RESTRICT="confcache"
+
src_unpack() {
unpack ${A}
cd ${S}