summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-03-27 19:15:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-03-27 19:15:56 +0000
commitaa7fe8e1c0ead02fc890363aefcb28a0426f91f2 (patch)
treeb026ec8bcf792b1727df6eb5f685facfc7c29d75 /dev-texlive
parentUse java_prepare. (diff)
downloadgentoo-2-aa7fe8e1c0ead02fc890363aefcb28a0426f91f2.tar.gz
gentoo-2-aa7fe8e1c0ead02fc890363aefcb28a0426f91f2.tar.bz2
gentoo-2-aa7fe8e1c0ead02fc890363aefcb28a0426f91f2.zip
add a rdep on pstricks for the sfg package that requires it, by Priit Laes <amd@store20.com>, bug #262702
(Portage version: 2.2_rc27/cvs/Linux x86_64)
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"