diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:39:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:39:51 +0000 |
commit | 50b2490b1068428dd1e9f28ea799944c67861732 (patch) | |
tree | 9071778bb3db1bd18a7efdab9144cc7c4ee9f7c3 /dev-python/fusil | |
parent | Restrict Python 3.* ABIs (bug #304641). (diff) | |
download | gentoo-2-50b2490b1068428dd1e9f28ea799944c67861732.tar.gz gentoo-2-50b2490b1068428dd1e9f28ea799944c67861732.tar.bz2 gentoo-2-50b2490b1068428dd1e9f28ea799944c67861732.zip |
Don't use --no-link option of python_copy_sources().
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fusil')
-rw-r--r-- | dev-python/fusil/fusil-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild index ace92ca37471..1e2abf1db0e1 100644 --- a/dev-python/fusil/fusil-1.3.2.ebuild +++ b/dev-python/fusil/fusil-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.2 2010/02/05 16:25:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.3 2010/02/28 13:39:51 arfrever Exp $ EAPI="2" NEED_PYTHON="2.5" @@ -24,7 +24,7 @@ RESTRICT_PYTHON_ABIS="2.4" DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" src_prepare() { - python_copy_sources --no-link + python_copy_sources conversion() { [[ "${PYTHON_ABI}" == 2.* ]] && return |