diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:14:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:14:59 +0000 |
commit | 9148dec528e754681c90eda732e154375b627006 (patch) | |
tree | 76cbcf32523de2a7da380ac5ac90fac75fad4fd9 /sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-9148dec528e754681c90eda732e154375b627006.tar.gz gentoo-2-9148dec528e754681c90eda732e154375b627006.tar.bz2 gentoo-2-9148dec528e754681c90eda732e154375b627006.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/pgplot/pgplot-5.2.2-r3.ebuild')
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild index 35467cf2b927..159e7b2b4109 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.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/pgplot/pgplot-5.2.2-r3.ebuild,v 1.9 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.10 2011/06/21 15:14:59 jlec Exp $ EAPI=2 inherit eutils fortran-2 toolchain-funcs @@ -13,7 +13,9 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc motif tk" -RDEPEND="x11-libs/libX11 +RDEPEND=" + virtual/fortran + x11-libs/libX11 x11-libs/libXt media-libs/libpng motif? ( >=x11-libs/openmotif-2.3:0 ) |