diff options
author | Markus Dittrich <markusle@gentoo.org> | 2010-01-29 04:44:09 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2010-01-29 04:44:09 +0000 |
commit | 0e59c336296e2806deb1db169679497376e30d28 (patch) | |
tree | 2876f0291cb16ed73a022e8bbac8e58b5349a704 /sci-libs | |
parent | Port prefix fixes to 4.3.5 (diff) | |
download | gentoo-2-0e59c336296e2806deb1db169679497376e30d28.tar.gz gentoo-2-0e59c336296e2806deb1db169679497376e30d28.tar.bz2 gentoo-2-0e59c336296e2806deb1db169679497376e30d28.zip |
Updated version of shared libs patch to make sure we don't use libtool for linking executables (fixes #302235).
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack-atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index f5d2e7c33efe..b4ba903befa9 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.75 2010/01/23 16:27:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.76 2010/01/29 04:44:09 markusle Exp $ + + 29 Jan 2010; Markus Dittrich <markusle@gentoo.org> + lapack-atlas-3.9.21.ebuild: + Updated version of shared libs patch to make sure we don't use + libtool for linking executables (fixes #302235). 23 Jan 2010; Markus Dittrich <markusle@gentoo.org> lapack-atlas-3.9.21.ebuild: diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild index b7eb25c428ec..d3b72db3d300 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.21.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/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.2 2010/01/23 16:27:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.3 2010/01/29 04:44:09 markusle Exp $ inherit eutils flag-o-matic toolchain-funcs fortran autotools versionator @@ -16,7 +16,7 @@ HOMEPAGE="http://math-atlas.sourceforge.net/" SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2" SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz" SRC_URI="${SRC_URI1} ${SRC_URI2} - mirror://gentoo/${MY_PN}-${PV}-shared-libs.1.patch.bz2 + mirror://gentoo/${MY_PN}-${PV}-shared-libs.2.patch.bz2 mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2" SLOT="0" @@ -44,7 +44,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${DISTDIR}"/${MY_PN}-${PV}-shared-libs.1.patch.bz2 + epatch "${DISTDIR}"/${MY_PN}-${PV}-shared-libs.2.patch.bz2 epatch "${FILESDIR}"/${MY_PN}-asm-gentoo.patch epatch "${FILESDIR}"/${P}-lam.patch |