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 | 1e762734920e7e38fa60d50aafcc74eb40212e3e (patch) | |
tree | 0e6de2b17a8108119a9433e46c0ff64aa2930a53 /sci-mathematics/dataplot | |
parent | Add dependency on virtual/fortran (diff) | |
download | historical-1e762734920e7e38fa60d50aafcc74eb40212e3e.tar.gz historical-1e762734920e7e38fa60d50aafcc74eb40212e3e.tar.bz2 historical-1e762734920e7e38fa60d50aafcc74eb40212e3e.zip |
Add dependency on virtual/fortran
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20090821.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index baf6c7092b4a..1cd176b8bc58 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/dataplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.11 2011/06/21 10:19:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.12 2011/06/21 14:44:22 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild, + dataplot-20090821.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild, dataplot-20090821.ebuild: diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild index 7415e7371d67..f4671437c7b6 100644 --- a/sci-mathematics/dataplot/dataplot-20080225.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225.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-20080225.ebuild,v 1.9 2011/06/21 10:19:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.10 2011/06/21 14:44:22 jlec Exp $ EAPI=2 @@ -28,7 +28,9 @@ COMMON_DEPEND=" gs? ( app-text/ghostscript-gpl 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}" 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}" |