diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:53:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:53:19 +0000 |
commit | d12c341f8a0d079fa24f5bc4a22c94b399abe65c (patch) | |
tree | 2f0a0d5e0090fd6d7d6dda08c4b69ef063604ce7 /sci-chemistry/pymol-apbs-plugin | |
parent | Don't use --no-link option of python_copy_sources(). (diff) | |
download | historical-d12c341f8a0d079fa24f5bc4a22c94b399abe65c.tar.gz historical-d12c341f8a0d079fa24f5bc4a22c94b399abe65c.tar.bz2 historical-d12c341f8a0d079fa24f5bc4a22c94b399abe65c.zip |
Don't use --no-link option of python_copy_sources().
Package-Manager: portage-15497-svn/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/pymol-apbs-plugin')
-rw-r--r-- | sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild index 9d08b41f22ad..f1b449bb75b8 100644 --- a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild +++ b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.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-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild,v 1.3 2010/02/23 08:59:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild,v 1.4 2010/02/28 13:49:40 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -28,7 +28,7 @@ RESTRICT_PYTHON_ABIS="3.*" src_unpack() { mkdir "${S}" cp "${DISTDIR}"/${P}.py "${S}"/ - python_copy_sources --no-link + python_copy_sources } src_install() { |