diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:48:44 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:48:44 +0000 |
commit | 4be43abce811154ec3827c51a1bdf1cc5efdc0ce (patch) | |
tree | cd104b9bcf2e7b391f4258fa37f9ba85f6b28c24 /dev-lang/python/python-2.3.5-r2.ebuild | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.tar.gz gentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.tar.bz2 gentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-lang/python/python-2.3.5-r2.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.5-r2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.3.5-r2.ebuild b/dev-lang/python/python-2.3.5-r2.ebuild index b92723ec5efa..a0084c4cd179 100644 --- a/dev-lang/python/python-2.3.5-r2.ebuild +++ b/dev-lang/python/python-2.3.5-r2.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.3.5-r2.ebuild,v 1.16 2007/05/07 10:56:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v 1.17 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 @@ -49,10 +49,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} |