diff options
author | 2008-09-04 07:48:16 +0000 | |
---|---|---|
committer | 2008-09-04 07:48:16 +0000 | |
commit | 047ee27797c12a4769adcd1bd4dad0adf1823a1f (patch) | |
tree | 3bd792466d09415392e7621e35c0dc6a7f8d4cd7 /app-emacs | |
parent | Add a blocker against breqn, they provide the same files and mh has incorpora... (diff) | |
download | gentoo-2-047ee27797c12a4769adcd1bd4dad0adf1823a1f.tar.gz gentoo-2-047ee27797c12a4769adcd1bd4dad0adf1823a1f.tar.bz2 gentoo-2-047ee27797c12a4769adcd1bd4dad0adf1823a1f.zip |
Fix texlive dependency.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-0.99.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index 2625de355a1d..f18b5aabf521 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.18 2008/05/04 14:51:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.19 2008/09/04 07:48:16 ulm Exp $ + + 04 Sep 2008; Ulrich Mueller <ulm@gentoo.org> imaxima-0.99.ebuild: + Fix texlive dependency, thanks aballier. 04 May 2008; Ulrich Mueller <ulm@gentoo.org> -imaxima-0.98-r1.ebuild: Remove old. diff --git a/app-emacs/imaxima/imaxima-0.99.ebuild b/app-emacs/imaxima/imaxima-0.99.ebuild index 52280bf7b6ab..02fb8119ed99 100644 --- a/app-emacs/imaxima/imaxima-0.99.ebuild +++ b/app-emacs/imaxima/imaxima-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.99.ebuild,v 1.2 2008/04/30 11:02:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.99.ebuild,v 1.3 2008/09/04 07:48:16 ulm Exp $ inherit elisp @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND="virtual/latex-base virtual/ghostscript - || ( >=dev-tex/breqn-0.94 app-text/texlive ) + || ( dev-tex/mh dev-tex/breqn =dev-texlive/texlive-mathextra-2007* ) <sci-mathematics/maxima-5.15.0" SITEFILE=50${PN}-gentoo.el |