summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-12-11 17:31:05 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-12-11 17:31:05 +0000
commit86a567f6cc8e90e341fb392e4aacd129a5042c94 (patch)
treeaf4163c6472f27239feab48b590d1af072b59e29 /sci-libs
parentvirtualize udev dependency (diff)
downloadgentoo-2-86a567f6cc8e90e341fb392e4aacd129a5042c94.tar.gz
gentoo-2-86a567f6cc8e90e341fb392e4aacd129a5042c94.tar.bz2
gentoo-2-86a567f6cc8e90e341fb392e4aacd129a5042c94.zip
Add explicit dependency on >=sys-devel/autoconf-2.69 wrt #446848 by Andrew Aladjev <aladjev.andrew@gmail.com>
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/ChangeLog6
-rw-r--r--sci-libs/hdf5/hdf5-1.8.10.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog
index cfc4ada9afaf..9cc75cacb8d5 100644
--- a/sci-libs/hdf5/ChangeLog
+++ b/sci-libs/hdf5/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/hdf5
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.100 2012/12/04 06:59:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.101 2012/12/11 17:31:05 xarthisius Exp $
+
+ 11 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.10.ebuild:
+ Add explicit dependency on >=sys-devel/autoconf-2.69 wrt #446848 by Andrew
+ Aladjev <aladjev.andrew@gmail.com>
04 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.10.ebuild:
Add warning message about possible mismatch between headers and library in
diff --git a/sci-libs/hdf5/hdf5-1.8.10.ebuild b/sci-libs/hdf5/hdf5-1.8.10.ebuild
index cc1a4c200d6f..d5809e52e492 100644
--- a/sci-libs/hdf5/hdf5-1.8.10.ebuild
+++ b/sci-libs/hdf5/hdf5-1.8.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.2 2012/12/04 06:59:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.3 2012/12/11 17:31:05 xarthisius Exp $
EAPI=4
@@ -28,7 +28,8 @@ RDEPEND="
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
- sys-devel/libtool:2"
+ sys-devel/libtool:2
+ >=sys-devel/autoconf-2.69"
pkg_setup() {
tc-export CXX CC # workaround for bug 285148