summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-09-03 18:16:10 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-09-03 18:16:10 +0000
commit4f3a6256643039b6d9c56433f83e7f4518b2fc36 (patch)
treedcc2519f08b1b12cae80588a40acda54697081d0 /sci-libs/lapack-atlas
parentGet rid of "verbose" USE-flag that is only controlling compile-time (diff)
downloadgentoo-2-4f3a6256643039b6d9c56433f83e7f4518b2fc36.tar.gz
gentoo-2-4f3a6256643039b6d9c56433f83e7f4518b2fc36.tar.bz2
gentoo-2-4f3a6256643039b6d9c56433f83e7f4518b2fc36.zip
Fixed improper install path for one of the docs. This fixes bug #146048.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'sci-libs/lapack-atlas')
-rw-r--r--sci-libs/lapack-atlas/ChangeLog8
-rw-r--r--sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog
index 5b52b5207cdf..fbf92e64335e 100644
--- a/sci-libs/lapack-atlas/ChangeLog
+++ b/sci-libs/lapack-atlas/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/lapack-atlas
# Copyright 2004-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.23 2006/09/02 19:27:40 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.24 2006/09/03 18:16:10 markusle Exp $
+
+ 03 Sep 2006; Markus Dittrich <markusle@gentoo.org>
+ lapack-atlas-3.7.15.ebuild:
+ Fixed improper install path for one of the docs. Thanks much to
+ Jochen Trumpf <Jochen.Trumpf@anu.edu.au> for pointing this out.
+ This fixes bug #146048.
02 Sep 2006; Markus Rothe <corsair@gentoo.org> lapack-atlas-3.7.11.ebuild:
Stable on ppc64; bug #141438
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild
index 814c1ef082ca..5430a9c4930e 100644
--- a/sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild
+++ b/sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.7.15.ebuild,v 1.2 2006/08/30 03:57:14 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.15.ebuild,v 1.3 2006/09/03 18:16:10 markusle Exp $
inherit eutils flag-o-matic toolchain-funcs fortran
@@ -126,7 +126,7 @@ src_install () {
dodoc README doc/AtlasCredits.txt doc/ChangeLog || \
die "Failed to install docs"
if use doc; then
- dodoc lapackqref.ps || die "Failed to install docs"
+ dodoc doc/lapackqref.ps || die "Failed to install docs"
fi
}