diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-02-08 12:11:29 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-02-08 12:11:29 +0000 |
commit | 9364972eba1a3c6f3fd4de3e04a4a7b98c8d0122 (patch) | |
tree | 309b3fbb2b7a916c4d7f8435faeb149c916066a9 /dev-lang/python/python-2.4.2.ebuild | |
parent | Punted old digests (diff) | |
download | gentoo-2-9364972eba1a3c6f3fd4de3e04a4a7b98c8d0122.tar.gz gentoo-2-9364972eba1a3c6f3fd4de3e04a4a7b98c8d0122.tar.bz2 gentoo-2-9364972eba1a3c6f3fd4de3e04a4a7b98c8d0122.zip |
Disable confcache (breaks .so loading).
(Portage version: 2660-svn)
Diffstat (limited to 'dev-lang/python/python-2.4.2.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.4.2.ebuild b/dev-lang/python/python-2.4.2.ebuild index 4e10bafac807..edd092455fcf 100644 --- a/dev-lang/python/python-2.4.2.ebuild +++ b/dev-lang/python/python-2.4.2.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.ebuild,v 1.15 2006/01/13 07:56:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.2.ebuild,v 1.16 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} |