summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-04-26 20:49:51 +0000
committerUlrich Müller <ulm@gentoo.org>2015-04-26 20:49:51 +0000
commit537df261e064007ecdbf446e0e121fe7561a1acd (patch)
treebe7e56cd9d8e20e9633b74c02719a3e147cf94b4 /app-emacs/imaxima
parentAllow alternative dependency on texlive-latexrecommended, since breqn.sty fro... (diff)
downloadgentoo-2-537df261e064007ecdbf446e0e121fe7561a1acd.tar.gz
gentoo-2-537df261e064007ecdbf446e0e121fe7561a1acd.tar.bz2
gentoo-2-537df261e064007ecdbf446e0e121fe7561a1acd.zip
Change dependency to dev-texlive/texlive-latexrecommended, since breqn.sty from dev-tex/mh seems not to work with recent TeX Live versions. Bug 524114.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/imaxima')
-rw-r--r--app-emacs/imaxima/ChangeLog6
-rw-r--r--app-emacs/imaxima/imaxima-1.0-r3.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog
index 08f83dc1e5ed..4a4ef7cf2ab8 100644
--- a/app-emacs/imaxima/ChangeLog
+++ b/app-emacs/imaxima/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for app-emacs/imaxima
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.45 2015/04/26 20:33:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.46 2015/04/26 20:49:51 ulm Exp $
26 Apr 2015; Ulrich Müller <ulm@gentoo.org> imaxima-1.0-r3.ebuild:
- Allow alternative dependency on texlive-latexrecommended, since breqn.sty
- from dev-tex/mh seems not to work well with TeX Live 2014.
+ Change dependency to dev-texlive/texlive-latexrecommended, since breqn.sty
+ from dev-tex/mh seems not to work with recent TeX Live versions. Bug 524114.
26 Apr 2015; Pacho Ramos <pacho@gentoo.org> imaxima-1.0-r3.ebuild:
ppc stable wrt bug #502978
diff --git a/app-emacs/imaxima/imaxima-1.0-r3.ebuild b/app-emacs/imaxima/imaxima-1.0-r3.ebuild
index ae63257e4f2e..098397d0a39b 100644
--- a/app-emacs/imaxima/imaxima-1.0-r3.ebuild
+++ b/app-emacs/imaxima/imaxima-1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.6 2015/04/26 20:33:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.7 2015/04/26 20:49:51 ulm Exp $
EAPI=5
@@ -16,10 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="examples"
-# texlive-latexrecommended or mh needed for breqn.sty
+# texlive-latexrecommended needed for breqn.sty
RDEPEND="virtual/latex-base
app-text/ghostscript-gpl
- || ( >=dev-texlive/texlive-latexrecommended-2014 dev-tex/mh )
+ >=dev-texlive/texlive-latexrecommended-2012
>=sci-mathematics/maxima-5.29"
S="${WORKDIR}/${MY_P}"