diff options
-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() { |