diff options
author | Markus Dittrich <markusle@gentoo.org> | 2010-01-23 16:27:33 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2010-01-23 16:27:33 +0000 |
commit | 54a81acce6dec72db1f61afb8dcfe70e4443dc6c (patch) | |
tree | 688d994c0991e2d64583be9c59422b109f7b607c | |
parent | Fixed bug in libtoolized Makefile (fixes #301827). (diff) | |
download | gentoo-2-54a81acce6dec72db1f61afb8dcfe70e4443dc6c.tar.gz gentoo-2-54a81acce6dec72db1f61afb8dcfe70e4443dc6c.tar.bz2 gentoo-2-54a81acce6dec72db1f61afb8dcfe70e4443dc6c.zip |
Fixed bug in libtoolized Makefile (fixes #301827).
(Portage version: 2.1.7.16/cvs/Linux x86_64)
-rw-r--r-- | sci-libs/lapack-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index 710bd8509084..f5d2e7c33efe 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,10 @@ # 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.74 2010/01/21 22:39:16 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.75 2010/01/23 16:27:33 markusle Exp $ + + 23 Jan 2010; Markus Dittrich <markusle@gentoo.org> + lapack-atlas-3.9.21.ebuild: + Fixed bug in libtoolized Makefile (fixes #301827). *lapack-atlas-3.9.21 (21 Jan 2010) 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 0949183c7a6f..b7eb25c428ec 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.1 2010/01/21 22:39:16 markusle Exp $ +# $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 $ 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.patch.bz2 + mirror://gentoo/${MY_PN}-${PV}-shared-libs.1.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.patch.bz2 + epatch "${DISTDIR}"/${MY_PN}-${PV}-shared-libs.1.patch.bz2 epatch "${FILESDIR}"/${MY_PN}-asm-gentoo.patch epatch "${FILESDIR}"/${P}-lam.patch |