commit: 834118136ec08754119d4e098b94edfddb29dc9c Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon Oct 13 23:47:42 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Mon Oct 13 23:47:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83411813
sci-libs/p4est: Fix build dependencies Package-Manager: portage-2.2.8-r2 --- sci-libs/p4est/ChangeLog | 3 +++ sci-libs/p4est/p4est-1.0.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-libs/p4est/ChangeLog b/sci-libs/p4est/ChangeLog index 97f8b73..6150066 100644 --- a/sci-libs/p4est/ChangeLog +++ b/sci-libs/p4est/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Oct 2014; Matthias Maier <[email protected]> p4est-1.0.ebuild: + sci-libs/p4est: Fix build dependencies + *p4est-1.1 (13 Oct 2014) 13 Oct 2014; Matthias Maier <[email protected]> +p4est-1.1.ebuild, diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index 27e2e9e..4c6946d 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -23,7 +23,7 @@ IUSE="debug doc examples mpi romio static-libs +vtk-binary" REQUIRED_USE="romio? ( mpi )" RDEPEND=" - >=sci-libs/libsc-1.0 + >=sci-libs/libsc-1.0[mpi,romio] dev-lang/lua sys-apps/util-linux virtual/blas @@ -32,6 +32,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + sys-devel/automake:1.11 virtual/pkgconfig" DOCS=( AUTHORS NEWS README )
