summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 16:08:55 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 16:08:55 +0000
commit2de023cdb641e53fdfcba59c170f840555aa139b (patch)
treee1ef0948e470bc49251b5563bf3750c106d8278d /sci-astronomy
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-2de023cdb641e53fdfcba59c170f840555aa139b.tar.gz
gentoo-2-2de023cdb641e53fdfcba59c170f840555aa139b.tar.bz2
gentoo-2-2de023cdb641e53fdfcba59c170f840555aa139b.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/wcslib/ChangeLog6
-rw-r--r--sci-astronomy/wcslib/wcslib-4.6.3.ebuild4
-rw-r--r--sci-astronomy/wcslib/wcslib-4.7.ebuild4
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-astronomy/wcslib/ChangeLog b/sci-astronomy/wcslib/ChangeLog
index 47a4b95f3c6b..e7fa69008c43 100644
--- a/sci-astronomy/wcslib/ChangeLog
+++ b/sci-astronomy/wcslib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/wcslib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.16 2011/06/21 10:09:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.17 2011/06/21 16:08:54 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> wcslib-4.6.3.ebuild,
+ wcslib-4.7.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> wcslib-4.6.3.ebuild,
wcslib-4.7.ebuild:
diff --git a/sci-astronomy/wcslib/wcslib-4.6.3.ebuild b/sci-astronomy/wcslib/wcslib-4.6.3.ebuild
index daca03b84562..0ce21b0932dc 100644
--- a/sci-astronomy/wcslib/wcslib-4.6.3.ebuild
+++ b/sci-astronomy/wcslib/wcslib-4.6.3.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-astronomy/wcslib/wcslib-4.6.3.ebuild,v 1.2 2011/06/21 10:09:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.6.3.ebuild,v 1.3 2011/06/21 16:08:55 jlec Exp $
EAPI=3
@@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc fortran fits pgplot test"
RDEPEND="
+ fortran? ( virtual/fortran )
+
fits? ( sci-libs/cfitsio )
pgplot? ( sci-libs/pgplot )"
DEPEND="${RDEPEND}
diff --git a/sci-astronomy/wcslib/wcslib-4.7.ebuild b/sci-astronomy/wcslib/wcslib-4.7.ebuild
index 0ad2ba188108..21f3e539b8dd 100644
--- a/sci-astronomy/wcslib/wcslib-4.7.ebuild
+++ b/sci-astronomy/wcslib/wcslib-4.7.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-astronomy/wcslib/wcslib-4.7.ebuild,v 1.2 2011/06/21 10:09:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.7.ebuild,v 1.3 2011/06/21 16:08:54 jlec Exp $
EAPI=3
inherit eutils fortran-2 virtualx
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc fortran fits pgplot test"
RDEPEND="
+ fortran? ( virtual/fortran )
+
fits? ( sci-libs/cfitsio )
pgplot? ( sci-libs/pgplot )"
DEPEND="${RDEPEND}