diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-07-15 12:59:49 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-07-15 12:59:49 +0000 |
commit | b16abe31f68e8cb29a601b2ae45677132f127bd0 (patch) | |
tree | f6e2a52116f433680a75cb2878c0b0f7f6157741 /sci-libs | |
parent | Stable on ppc. Bug 140458 (diff) | |
download | gentoo-2-b16abe31f68e8cb29a601b2ae45677132f127bd0.tar.gz gentoo-2-b16abe31f68e8cb29a601b2ae45677132f127bd0.tar.bz2 gentoo-2-b16abe31f68e8cb29a601b2ae45677132f127bd0.zip |
Patch contained absolute path to /var/tmp/portage/blas-atlas-3.7.11 and therefore broke on -r1.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/blas-atlas/files/3.7.11-ppc-configure.patch | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 35773e8c1bfc..4a939492331a 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.25 2006/07/03 08:04:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.26 2006/07/15 12:59:49 markusle Exp $ + + 15 Jul 2006; Markus Dittrich <markusle@gentoo.org> + files/3.7.11-ppc-configure.patch: + Patch contained absolute path to /var/tmp/portage/blas-atlas-3.7.11 + and therefore broke on -r1. *blas-atlas-3.7.11-r1 (03 Jul 2006) *blas-atlas-3.6.0-r2 (03 Jul 2006) diff --git a/sci-libs/blas-atlas/files/3.7.11-ppc-configure.patch b/sci-libs/blas-atlas/files/3.7.11-ppc-configure.patch index 6ab7d2ace503..4c6c5bb00fc1 100644 --- a/sci-libs/blas-atlas/files/3.7.11-ppc-configure.patch +++ b/sci-libs/blas-atlas/files/3.7.11-ppc-configure.patch @@ -1,5 +1,5 @@ ---- /var/tmp/portage/blas-atlas-3.7.11/work/ATLAS/config.c.orig 2006-06-13 18:26:29.000000000 +0200 -+++ /var/tmp/portage/blas-atlas-3.7.11/work/ATLAS/config.c 2006-06-13 20:23:47.000000000 +0200 +--- ATLAS/config.c.orig 2006-06-13 18:26:29.000000000 +0200 ++++ ATLAS/config.c 2006-06-13 20:23:47.000000000 +0200 @@ -3088,6 +3088,7 @@ else if (strstr(ln2, "7410")) mach = PPCG4; else if (strstr(ln2, "7455")) mach = PPCG4; |