diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:44:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:44:22 +0000 |
commit | 53e74942a56e286875f74da69b2517455195cc8f (patch) | |
tree | 9e2a2914fae8a1b50279d8b70af083c4ed978576 /sci-mathematics/dataplot/dataplot-20090821.ebuild | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-53e74942a56e286875f74da69b2517455195cc8f.tar.gz gentoo-2-53e74942a56e286875f74da69b2517455195cc8f.tar.bz2 gentoo-2-53e74942a56e286875f74da69b2517455195cc8f.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/dataplot/dataplot-20090821.ebuild')
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20090821.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild index a84918df95f5..1260a3bcee98 100644 --- a/sci-mathematics/dataplot/dataplot-20090821.ebuild +++ b/sci-mathematics/dataplot/dataplot-20090821.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-mathematics/dataplot/dataplot-20090821.ebuild,v 1.2 2011/06/21 10:19:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.3 2011/06/21 14:44:22 jlec Exp $ EAPI=3 @@ -30,7 +30,9 @@ COMMON_DEPEND=" gd? ( media-libs/gd[png,jpeg] )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig" -RDEPEND="${COMMON_DEPEND} +RDEPEND=" + virtual/fortran + ${COMMON_DEPEND} X? ( x11-misc/xdg-utils )" S="${WORKDIR}/${MY_P}" |