summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 15:08:06 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 15:08:06 +0000
commitaa50ae3a5446fd50ed030901ebb4ea48ac026031 (patch)
treeadf1c6f0fff427d6c30b59b59c9750d8a27fc115 /sci-libs/qd/qd-2.3.9.ebuild
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-aa50ae3a5446fd50ed030901ebb4ea48ac026031.tar.gz
gentoo-2-aa50ae3a5446fd50ed030901ebb4ea48ac026031.tar.bz2
gentoo-2-aa50ae3a5446fd50ed030901ebb4ea48ac026031.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/qd/qd-2.3.9.ebuild')
-rw-r--r--sci-libs/qd/qd-2.3.9.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-libs/qd/qd-2.3.9.ebuild b/sci-libs/qd/qd-2.3.9.ebuild
index 2a54bff80ddd..a8ec5a2d46f2 100644
--- a/sci-libs/qd/qd-2.3.9.ebuild
+++ b/sci-libs/qd/qd-2.3.9.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/qd/qd-2.3.9.ebuild,v 1.2 2011/06/21 10:21:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.9.ebuild,v 1.3 2011/06/21 15:08:06 jlec Exp $
EAPI=2
@@ -15,6 +15,11 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
IUSE="fortran"
+DEPEND="
+ fortran? ( virtual/fortran )
+ "
+RDEPEND="${DEPEND}"
+
pkg_setup() {
use fortran && fortran-2_pkg_setup
}