summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-12-06 15:11:01 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-12-06 15:11:01 +0000
commita7711cf9270511674f9d0d7a460bafae31f1fab8 (patch)
treecfab88096be34c54acc27c0b12a71c1a87e158c6 /sci-libs
parentVersion bump. (diff)
downloadgentoo-2-a7711cf9270511674f9d0d7a460bafae31f1fab8.tar.gz
gentoo-2-a7711cf9270511674f9d0d7a460bafae31f1fab8.tar.bz2
gentoo-2-a7711cf9270511674f9d0d7a460bafae31f1fab8.zip
Fixed misplaced quotation mark (fixes bug #201479).
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/ChangeLog5
-rw-r--r--sci-libs/hdf5/hdf5-1.6.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog
index e798ad8e0768..532dbe8fb860 100644
--- a/sci-libs/hdf5/ChangeLog
+++ b/sci-libs/hdf5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/hdf5
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.20 2007/12/05 14:45:21 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.21 2007/12/06 15:11:01 markusle Exp $
+
+ 06 Dec 2007; Markus Dittrich <markusle@gentoo.org> hdf5-1.6.6.ebuild:
+ Fixed misplaced quotation mark (fixes bug #201479).
05 Dec 2007; Markus Dittrich <markusle@gentoo.org> hdf5-1.6.6.ebuild:
Removed quotes around myconf since they confuse configure (fixes bug #201205).
diff --git a/sci-libs/hdf5/hdf5-1.6.6.ebuild b/sci-libs/hdf5/hdf5-1.6.6.ebuild
index 2766b59d4f2d..8396cf5186cf 100644
--- a/sci-libs/hdf5/hdf5-1.6.6.ebuild
+++ b/sci-libs/hdf5/hdf5-1.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.2 2007/12/05 14:45:21 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.3 2007/12/06 15:11:01 markusle Exp $
inherit eutils flag-o-matic fortran toolchain-funcs
@@ -160,7 +160,7 @@ src_install() {
insinto /usr/$(get_libdir)
doins "${S}"/tools/lib/libh5tools.la \
"${S}"/test/libh5test.la || die "doins failed"
- dolib.so" ${S}"/test/.libs/lib*so* || die "dolib.so failed"
+ dolib.so "${S}"/test/.libs/lib*so* || die "dolib.so failed"
exeinto /usr/bin
newexe "${S}"/bin/iostats iostats.pl || die "newexe failed"