summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-science/ChangeLog7
-rw-r--r--dev-texlive/texlive-science/texlive-science-2008.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog
index 2d362ecab7bf..fa9374eec69a 100644
--- a/dev-texlive/texlive-science/ChangeLog
+++ b/dev-texlive/texlive-science/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-texlive/texlive-science
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.26 2009/03/18 21:14:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.27 2009/03/27 19:15:56 aballier Exp $
+
+ 27 Mar 2009; Alexis Ballier <aballier@gentoo.org>
+ texlive-science-2008.ebuild:
+ add a rdep on pstricks for the sfg package that requires it, by Priit Laes
+ <amd@store20.com>, bug #262702
18 Mar 2009; Brent Baude <ranger@gentoo.org> texlive-science-2008.ebuild:
Marking texlive-science-2008 ppc stable for bug 253551
diff --git a/dev-texlive/texlive-science/texlive-science-2008.ebuild b/dev-texlive/texlive-science/texlive-science-2008.ebuild
index a549f0044e23..edf143b05ce1 100644
--- a/dev-texlive/texlive-science/texlive-science-2008.ebuild
+++ b/dev-texlive/texlive-science/texlive-science-2008.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v 1.10 2009/03/18 21:14:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v 1.11 2009/03/27 19:15:56 aballier Exp $
TEXLIVE_MODULE_CONTENTS="SIstyle SIunits alg algorithm2e algorithmicx algorithms biocon bpchem bytefield chemarrow chemcompounds chemcono chemstyle clrscode complexity computational-complexity digiconfigs dyntree formula fouridx functan galois gastex gu hep hepnames hepparticles hepthesis hepunits karnaugh mhchem mhs miller newalg objectz pseudocode scientificpaper sciposter sfg siunitx struktex t-angles textopo unitsdef youngtab collection-science
"
@@ -16,4 +16,4 @@ IUSE=""
DEPEND=">=dev-texlive/texlive-latex-2008
!dev-tex/SIunits
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} dev-texlive/texlive-pstricks"