diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-08-11 16:14:09 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-08-11 16:14:09 +0000 |
commit | e6369c76360148f33e580c3bd3a8005ed17c4549 (patch) | |
tree | 1ece026a1d748907d9f532b61ee4bc9dc1e8d45f /dev-python/mpi4py/mpi4py-1.3.1.ebuild | |
parent | removing ruby21 from 0.5.0 for bug 513284 (diff) | |
download | gentoo-2-e6369c76360148f33e580c3bd3a8005ed17c4549.tar.gz gentoo-2-e6369c76360148f33e580c3bd3a8005ed17c4549.tar.bz2 gentoo-2-e6369c76360148f33e580c3bd3a8005ed17c4549.zip |
fix usage of ldshared (bug #514288)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-python/mpi4py/mpi4py-1.3.1.ebuild')
-rw-r--r-- | dev-python/mpi4py/mpi4py-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mpi4py/mpi4py-1.3.1.ebuild b/dev-python/mpi4py/mpi4py-1.3.1.ebuild index 287335a11836..6e53591afae7 100644 --- a/dev-python/mpi4py/mpi4py-1.3.1.ebuild +++ b/dev-python/mpi4py/mpi4py-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild,v 1.3 2014/08/11 07:06:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild,v 1.4 2014/08/11 16:14:09 ottxor Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} virtual/mpi[romio] )" DISTUTILS_IN_SOURCE_BUILD=1 -PATCHES=( "${FILESDIR}"/${P}-py3-test-backport-1.patch ) +PATCHES=( "${FILESDIR}"/${P}-py3-test-backport-1.patch "${FILESDIR}"/${P}-ldshared.patch ) python_prepare_all() { # not needed on install |