diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-13 08:19:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-13 08:19:51 +0000 |
commit | ad5eb695c07170dc245259b4deffcd906b1a708f (patch) | |
tree | 5a0ba2bd5299e7d526d53ae946dadb6b55adf648 /dev-texlive | |
parent | depend on texlive-genericrecommended for multido by Daniel Bick <dansku@gmail... (diff) | |
download | gentoo-2-ad5eb695c07170dc245259b4deffcd906b1a708f.tar.gz gentoo-2-ad5eb695c07170dc245259b4deffcd906b1a708f.tar.bz2 gentoo-2-ad5eb695c07170dc245259b4deffcd906b1a708f.zip |
depend on genericrecommended for multido for the 2008 version too
(Portage version: 2.2_rc21/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-pstricks/ChangeLog | 6 | ||||
-rw-r--r-- | dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-texlive/texlive-pstricks/ChangeLog b/dev-texlive/texlive-pstricks/ChangeLog index 781dcd5c10d8..4c57cfa4f4ca 100644 --- a/dev-texlive/texlive-pstricks/ChangeLog +++ b/dev-texlive/texlive-pstricks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-texlive/texlive-pstricks # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.20 2009/01/13 08:13:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.21 2009/01/13 08:19:51 aballier Exp $ + + 13 Jan 2009; Alexis Ballier <aballier@gentoo.org> + texlive-pstricks-2008-r1.ebuild: + depend on genericrecommended for multido for the 2008 version too 13 Jan 2009; Alexis Ballier <aballier@gentoo.org> texlive-pstricks-2007.ebuild: diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild index 073270462227..832402e008e3 100644 --- a/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild,v 1.1 2008/11/06 20:04:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild,v 1.2 2009/01/13 08:19:51 aballier Exp $ TEXLIVE_MODULE_CONTENTS="auto-pst-pdf makeplot pdftricks pst-2dplot pst-3d pst-3dplot pst-asr pst-bar pst-barcode pst-blur pst-circ pst-coil pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-fun pst-func pst-geo pst-ghsb pst-gr3d pst-grad pst-infixplot pst-jtree pst-labo pst-lens pst-light3d pst-math pst-ob3d pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-poly pst-qtree pst-slpe pst-spectra pst-stru pst-solides3d pst-soroban pst-text pst-uml pst-vue3d pst2pdf pstricks pstricks-add uml collection-pstricks " @@ -15,5 +15,6 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-texlive/texlive-basic-2008 " -RDEPEND="${DEPEND} " +RDEPEND="${DEPEND} dev-texlive/texlive-genericrecommended +" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/pst2pdf/pst2pdf.pl" |