diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:46:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:46:52 +0000 |
commit | c603d018220fce29fe6e545de4d47f1caed7cd73 (patch) | |
tree | 8942b2d5515a8c8278e5410c4bcfb72a7de863af /sci-libs/punc | |
parent | EAPI=2 - Fix underlink. Bug #372127 (diff) | |
download | gentoo-2-c603d018220fce29fe6e545de4d47f1caed7cd73.tar.gz gentoo-2-c603d018220fce29fe6e545de4d47f1caed7cd73.tar.bz2 gentoo-2-c603d018220fce29fe6e545de4d47f1caed7cd73.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/punc')
-rw-r--r-- | sci-libs/punc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/punc/punc-0.2_p1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/punc/punc-1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/punc/punc-1.5.ebuild | 4 |
4 files changed, 15 insertions, 5 deletions
diff --git a/sci-libs/punc/ChangeLog b/sci-libs/punc/ChangeLog index 5c7b1e95b617..9f1085335eb4 100644 --- a/sci-libs/punc/ChangeLog +++ b/sci-libs/punc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/punc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.12 2011/06/21 08:37:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.13 2011/06/21 14:46:52 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> punc-0.2_p1.ebuild, + punc-1.4-r1.ebuild, punc-1.5.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> punc-0.2_p1.ebuild, punc-1.4-r1.ebuild, punc-1.5.ebuild: diff --git a/sci-libs/punc/punc-0.2_p1.ebuild b/sci-libs/punc/punc-0.2_p1.ebuild index 3441b758f503..6d1e986e94c5 100644 --- a/sci-libs/punc/punc-0.2_p1.ebuild +++ b/sci-libs/punc/punc-0.2_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.5 2011/06/21 08:37:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.6 2011/06/21 14:46:52 jlec Exp $ EAPI="3" @@ -24,7 +24,9 @@ DEPEND=" sci-libs/superlu virtual/blas virtual/mpi" -RDEPEND="${DEPEND}" +RDEPEND=" + virtual/fortran + ${DEPEND}" S="${WORKDIR}/${PN}" diff --git a/sci-libs/punc/punc-1.4-r1.ebuild b/sci-libs/punc/punc-1.4-r1.ebuild index cda911b3ec63..80d30a19be41 100644 --- a/sci-libs/punc/punc-1.4-r1.ebuild +++ b/sci-libs/punc/punc-1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.4 2011/06/21 08:37:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.5 2011/06/21 14:46:52 jlec Exp $ EAPI="3" @@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc mpi static-libs" RDEPEND=" + virtual/fortran + dev-libs/maloc[mpi=] dev-libs/libf2c sci-libs/amd diff --git a/sci-libs/punc/punc-1.5.ebuild b/sci-libs/punc/punc-1.5.ebuild index 6b65911343b6..9b3a8f4d41bb 100644 --- a/sci-libs/punc/punc-1.5.ebuild +++ b/sci-libs/punc/punc-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.3 2011/06/21 08:37:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.4 2011/06/21 14:46:52 jlec Exp $ EAPI="3" @@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc mpi static-libs" RDEPEND=" + virtual/fortran + dev-libs/maloc[mpi=] dev-libs/libf2c sci-libs/amd |