From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A55B21387CA for ; Thu, 16 Oct 2014 15:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED6AE08AF; Thu, 16 Oct 2014 15:50:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A36E08AE for ; Thu, 16 Oct 2014 15:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 927A5340378 for ; Thu, 16 Oct 2014 15:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43D5F8086 for ; Thu, 16 Oct 2014 15:50:46 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1413244062.834118136ec08754119d4e098b94edfddb29dc9c.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/p4est/ChangeLog sci-libs/p4est/p4est-1.0.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 834118136ec08754119d4e098b94edfddb29dc9c X-VCS-Branch: master Date: Thu, 16 Oct 2014 15:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 624610a9-a778-499f-9673-3271c9589c15 X-Archives-Hash: 72731b968a4681bcc104a7b919ffffb1 commit: 834118136ec08754119d4e098b94edfddb29dc9c Author: Matthias Maier gentoo org> AuthorDate: Mon Oct 13 23:47:42 2014 +0000 Commit: Christoph Junghans gentoo 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 p4est-1.0.ebuild: + sci-libs/p4est: Fix build dependencies + *p4est-1.1 (13 Oct 2014) 13 Oct 2014; Matthias Maier +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 )