ottxor 14/08/11 16:14:09 Modified: mpi4py-1.3.1.ebuild ChangeLog Log: fix usage of ldshared (bug #514288) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.4 dev-python/mpi4py/mpi4py-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild?r1=1.3&r2=1.4 Index: mpi4py-1.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/mpi4py/mpi4py-1.3.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mpi4py-1.3.1.ebuild 11 Aug 2014 07:06:57 -0000 1.3 +++ mpi4py-1.3.1.ebuild 11 Aug 2014 16:14:09 -0000 1.4 @@ -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 @@ 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 1.17 dev-python/mpi4py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpi4py/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 11 Aug 2014 07:06:57 -0000 1.16 +++ ChangeLog 11 Aug 2014 16:14:09 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mpi4py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v 1.16 2014/08/11 07:06:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v 1.17 2014/08/11 16:14:09 ottxor Exp $ + + 11 Aug 2014; Christoph Junghans <[email protected]> + +files/mpi4py-1.3.1-ldshared.patch, mpi4py-1.3.1.ebuild: + fix usage of ldshared (bug #514288) 11 Aug 2014; Justin Lecher <[email protected]> mpi4py-1.3.1.ebuild: Add python3.4 support
