diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:54:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 13:54:32 +0000 |
commit | b32ea99a94b99d8f13411271b4590cb05da12223 (patch) | |
tree | 4de34caa5d8e038e7d50657dc27925a0d169d8bf /sci-libs/libsvm | |
parent | Don't use --no-link option of python_copy_sources(). (diff) | |
download | gentoo-2-b32ea99a94b99d8f13411271b4590cb05da12223.tar.gz gentoo-2-b32ea99a94b99d8f13411271b4590cb05da12223.tar.bz2 gentoo-2-b32ea99a94b99d8f13411271b4590cb05da12223.zip |
Don't use --no-link option of python_copy_sources().
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libsvm')
-rw-r--r-- | sci-libs/libsvm/libsvm-2.90-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libsvm/libsvm-2.90.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/libsvm/libsvm-2.90-r1.ebuild b/sci-libs/libsvm/libsvm-2.90-r1.ebuild index ad6a98a67c09..58df1071fc8a 100644 --- a/sci-libs/libsvm/libsvm-2.90-r1.ebuild +++ b/sci-libs/libsvm/libsvm-2.90-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-libs/libsvm/libsvm-2.90-r1.ebuild,v 1.1 2010/02/11 18:53:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libsvm/libsvm-2.90-r1.ebuild,v 1.2 2010/02/28 13:54:32 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -28,7 +28,7 @@ src_prepare() { epatch "${FILESDIR}"/${PV}-fpic.patch epatch "${FILESDIR}"/${PV}-ldflags.patch epatch "${FILESDIR}"/${PV}-python3.patch - python_copy_sources --no-link + python_copy_sources } src_compile() { diff --git a/sci-libs/libsvm/libsvm-2.90.ebuild b/sci-libs/libsvm/libsvm-2.90.ebuild index 58bec5cbca5a..77b16071cdc5 100644 --- a/sci-libs/libsvm/libsvm-2.90.ebuild +++ b/sci-libs/libsvm/libsvm-2.90.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-libs/libsvm/libsvm-2.90.ebuild,v 1.1 2010/02/10 21:21:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libsvm/libsvm-2.90.ebuild,v 1.2 2010/02/28 13:54:32 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -29,7 +29,7 @@ S="${WORKDIR}"/${MY_P} src_prepare() { epatch "${FILESDIR}"/${PV}-fpic.patch epatch "${FILESDIR}"/${PV}-ldflags.patch - python_copy_sources --no-link + python_copy_sources } src_compile() { |