diff options
Diffstat (limited to 'dev-lang/python/python-2.4.4.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.4.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.4.4.ebuild b/dev-lang/python/python-2.4.4.ebuild index a9e9c85e643e..8a1147b18a02 100644 --- a/dev-lang/python/python-2.4.4.ebuild +++ b/dev-lang/python/python-2.4.4.ebuild @@ -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/dev-lang/python/python-2.4.4.ebuild,v 1.6 2007/06/24 21:23:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4.ebuild,v 1.7 2007/07/02 14:48:44 peper Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -51,10 +51,6 @@ 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} |