diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:46:56 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:46:56 +0000 |
commit | 6a815825720b3e54a5e10e7c1729444afdc5b1f5 (patch) | |
tree | 0155b4a2e816034f7435e1d73a06f8d09e781afd /sci-chemistry/caver | |
parent | Don't use --no-link option of python_copy_sources(). (diff) | |
download | gentoo-2-6a815825720b3e54a5e10e7c1729444afdc5b1f5.tar.gz gentoo-2-6a815825720b3e54a5e10e7c1729444afdc5b1f5.tar.bz2 gentoo-2-6a815825720b3e54a5e10e7c1729444afdc5b1f5.zip |
Don't use --no-link option of python_copy_sources().
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/caver')
-rw-r--r-- | sci-chemistry/caver/caver-2.0.003-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/caver/caver-2.0.003.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/caver/caver-2.0.003-r1.ebuild b/sci-chemistry/caver/caver-2.0.003-r1.ebuild index 3a91b8a21abb..7a952d60efa1 100644 --- a/sci-chemistry/caver/caver-2.0.003-r1.ebuild +++ b/sci-chemistry/caver/caver-2.0.003-r1.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/caver/caver-2.0.003-r1.ebuild,v 1.1 2010/02/21 09:56:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003-r1.ebuild,v 1.2 2010/02/28 13:46:56 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -36,7 +36,7 @@ pkg_nofetch() { } src_prepare() { - python_copy_sources --no-link + python_copy_sources } src_install() { diff --git a/sci-chemistry/caver/caver-2.0.003.ebuild b/sci-chemistry/caver/caver-2.0.003.ebuild index e84e6d984cf6..4523532cd46a 100644 --- a/sci-chemistry/caver/caver-2.0.003.ebuild +++ b/sci-chemistry/caver/caver-2.0.003.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/caver/caver-2.0.003.ebuild,v 1.2 2010/02/21 09:56:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-2.0.003.ebuild,v 1.3 2010/02/28 13:46:56 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -36,7 +36,7 @@ pkg_nofetch() { } src_prepare() { - python_copy_sources --no-link + python_copy_sources } src_install() { |