ulm 15/04/26 20:49:51 Modified: imaxima-1.0-r3.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.7 app-emacs/imaxima/imaxima-1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?r1=1.6&r2=1.7 Index: imaxima-1.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- imaxima-1.0-r3.ebuild 26 Apr 2015 20:33:47 -0000 1.6 +++ imaxima-1.0-r3.ebuild 26 Apr 2015 20:49:51 -0000 1.7 @@ -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 @@ 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}" 1.46 app-emacs/imaxima/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 26 Apr 2015 20:33:47 -0000 1.45 +++ ChangeLog 26 Apr 2015 20:49:51 -0000 1.46 @@ -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 <u...@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 <pa...@gentoo.org> imaxima-1.0-r3.ebuild: ppc stable wrt bug #502978