diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-06-06 15:04:44 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-06-06 15:04:44 +0000 |
commit | 6efe974a2c5ffa9114a5741169c9f4df7100115f (patch) | |
tree | 7e16b64a9e64478ccb206797bf04506941751f87 /sci-libs | |
parent | dev-util/gtk-doc: Don't install the gnome/yelp help files (bug #224519) (diff) | |
download | gentoo-2-6efe974a2c5ffa9114a5741169c9f4df7100115f.tar.gz gentoo-2-6efe974a2c5ffa9114a5741169c9f4df7100115f.tar.bz2 gentoo-2-6efe974a2c5ffa9114a5741169c9f4df7100115f.zip |
Removed quotes around myconf since they break configure (see bug #225021).
(Portage version: 2.1.5.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.5-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.6.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index b75660a93e69..bdc6fb78e3ad 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/hdf5 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.26 2008/06/04 07:08:20 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.27 2008/06/06 15:04:44 markusle Exp $ + + 06 Jun 2008; Markus Dittrich <markusle@gentoo.org> hdf5-1.6.5-r1.ebuild, + hdf5-1.6.6.ebuild: + Removed quotes around myconf since they break configure + (see bug #225021). Thanks much to Nuno Sucena Almeida + <slug@aeminium.org> for pointing this out. 04 Jun 2008; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.6.ebuild: Adding ~hppa back in (doh! needed a full tree updated) diff --git a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild index 308317c95661..00425284b721 100644 --- a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.6 2008/02/04 07:58:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.7 2008/06/06 15:04:44 markusle Exp $ inherit fortran eutils toolchain-funcs @@ -18,7 +18,6 @@ DEPEND="mpi? ( virtual/mpi ) ssl? ( dev-libs/openssl ) szip? ( sci-libs/szip ) zlib? ( sys-libs/zlib ) - sys-devel/gcc sys-apps/coreutils sys-apps/which sys-process/time" diff --git a/sci-libs/hdf5/hdf5-1.6.6.ebuild b/sci-libs/hdf5/hdf5-1.6.6.ebuild index e4132c194cc2..aaefbbc5a2fd 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-2008 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.8 2008/06/04 07:08:20 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.9 2008/06/06 15:04:44 markusle Exp $ inherit eutils fixheadtails flag-o-matic fortran toolchain-funcs @@ -20,7 +20,6 @@ DEPEND="!sparc? ( mpi? ( >=sys-cluster/mpich2-1.0.6 szip? ( sci-libs/szip ) zlib? ( sys-libs/zlib ) threads? ( virtual/libc ) - sys-devel/gcc sys-apps/coreutils sys-apps/which sys-process/time" @@ -141,7 +140,7 @@ src_compile() { --libdir=/usr/$(get_libdir) \ --mandir=/usr/share/man \ --enable-shared --with-pic \ - "${myconf}" || die "configure failed" + ${myconf} || die "configure failed" # restore the ARCH environment variable ARCH="${EBUILD_ARCH}" |