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 | |
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')
-rw-r--r-- | sci-libs/pgplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r4.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index 488a85c8ea54..1822f47536f8 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pgplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.21 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.22 2011/06/21 15:14:59 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild, + pgplot-5.2.2-r4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild, pgplot-5.2.2-r4.ebuild: 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 ) diff --git a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild index 5abf492d5bca..1017a17313b4 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r4.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-r4.ebuild,v 1.3 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.4 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 ) |