diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-03-07 20:02:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-03-07 20:02:31 +0000 |
commit | 744a74bc018c63900d6fd7b4ba5085aae27c7ed2 (patch) | |
tree | 54eb9b6f8568e1b9f3cfeb66809df873c0f0b23a /sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-744a74bc018c63900d6fd7b4ba5085aae27c7ed2.tar.gz gentoo-2-744a74bc018c63900d6fd7b4ba5085aae27c7ed2.tar.bz2 gentoo-2-744a74bc018c63900d6fd7b4ba5085aae27c7ed2.zip |
Only build-time dependencies are needed with USE=doc.
(Portage version: 2.2_rc65/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild index 880128ab3068..885d36a69ae1 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild,v 1.2 2010/02/26 12:15:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild,v 1.3 2010/03/07 20:02:31 ulm Exp $ EAPI=2 @@ -25,8 +25,6 @@ RDEPEND=" lua? ( >=dev-lang/lua-5.1 ) ggi? ( media-libs/libggi ) gd? ( >=media-libs/gd-2[png] ) - doc? ( virtual/latex-base - app-text/ghostscript-gpl ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) @@ -39,7 +37,9 @@ RDEPEND=" >=x11-libs/pango-1.10.3 >=x11-libs/gtk+-2.8 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + doc? ( virtual/latex-base + app-text/ghostscript-gpl )" S="${WORKDIR}/${MY_P}" E_SITEFILE="50${PN}-gentoo.el" |