summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 13:49:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 13:49:40 +0000
commit278f3cb2339c07d79eee7b37a62a15c4112c2f8a (patch)
tree80f9318174519dfca124448fe614ab800a634f94 /sci-chemistry
parentDon't use --no-link option of python_copy_sources(). (diff)
downloadgentoo-2-278f3cb2339c07d79eee7b37a62a15c4112c2f8a.tar.gz
gentoo-2-278f3cb2339c07d79eee7b37a62a15c4112c2f8a.tar.bz2
gentoo-2-278f3cb2339c07d79eee7b37a62a15c4112c2f8a.zip
Don't use --no-link option of python_copy_sources().
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-0_p15.ebuild4
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() {