diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-02-12 16:45:39 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-02-12 16:45:39 +0000 |
commit | 053ce0fa61288fd39f2f8a75c35eec040df7f8be (patch) | |
tree | 5f07d737abc5819456f3a59eb50c1b90ffedceed /sci-mathematics/ginac | |
parent | Fix for collsion with spp-editors/leo per bug 304709 (diff) | |
download | gentoo-2-053ce0fa61288fd39f2f8a75c35eec040df7f8be.tar.gz gentoo-2-053ce0fa61288fd39f2f8a75c35eec040df7f8be.tar.bz2 gentoo-2-053ce0fa61288fd39f2f8a75c35eec040df7f8be.zip |
With USE=doc should depend on virtual/texi2dvi
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 0bf771108c9a..07494d51ae66 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ginac # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.43 2010/02/01 20:19:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.44 2010/02/12 16:45:39 grozin Exp $ + + 12 Feb 2010; Andrey Grozin <grozin@gentoo.org> ginac-1.5.6.ebuild: + With USE=doc should depend on virtual/texi2dvi *ginac-1.5.6 (01 Feb 2010) diff --git a/sci-mathematics/ginac/ginac-1.5.6.ebuild b/sci-mathematics/ginac/ginac-1.5.6.ebuild index 6f1092ddd748..711c2ee4c6ee 100644 --- a/sci-mathematics/ginac/ginac-1.5.6.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.6.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-mathematics/ginac/ginac-1.5.6.ebuild,v 1.1 2010/02/01 20:19:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.6.ebuild,v 1.2 2010/02/12 16:45:39 grozin Exp $ EAPI=2 inherit eutils @@ -19,6 +19,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen media-gfx/transfig + virtual/texi2dvi || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" |