diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:50:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:50:41 +0000 |
commit | 9b32a861243e0bc9918587eb3960333f4755d8a7 (patch) | |
tree | 4edb2417f624d3e29804c5025757c08d9a7ff301 /sci-chemistry/pymol-plugins-emovie | |
parent | Don't use --no-link option of python_copy_sources(). (diff) | |
download | gentoo-2-9b32a861243e0bc9918587eb3960333f4755d8a7.tar.gz gentoo-2-9b32a861243e0bc9918587eb3960333f4755d8a7.tar.bz2 gentoo-2-9b32a861243e0bc9918587eb3960333f4755d8a7.zip |
Don't use --no-link option of python_copy_sources().
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pymol-plugins-emovie')
-rw-r--r-- | sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild index fcb179057b27..bd223419037e 100644 --- a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild +++ b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.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/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild,v 1.1 2010/02/25 16:24:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild,v 1.2 2010/02/28 13:50:41 arfrever Exp $ EAPI="3" @@ -27,7 +27,7 @@ src_prepare() { mkdir ${P} mv e* ${P}/ - python_copy_sources --no-link + python_copy_sources conversion() { [[ "${PYTHON_ABI}" == 2.* ]] && return |