diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:45:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:45:43 +0000 |
commit | af722d40530982f82e8fcae2be4fa7fafd7023c8 (patch) | |
tree | 34fb01c194eaac524ff9fd8b8f84a564d0e298c3 /dev-python/fusil | |
parent | Delete older ebuild. (diff) | |
download | historical-af722d40530982f82e8fcae2be4fa7fafd7023c8.tar.gz historical-af722d40530982f82e8fcae2be4fa7fafd7023c8.tar.bz2 historical-af722d40530982f82e8fcae2be4fa7fafd7023c8.zip |
Don't use --no-link option of python_copy_sources().
Package-Manager: portage-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 |