grozin 14/03/09 14:26:45 Modified: ChangeLog asymptote-2.24.ebuild Log: pdf generation depends on >=dev-texlive/texlive-latexextra-2013, bug #481076 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Revision Changes Path 1.107 media-gfx/asymptote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 15 Aug 2013 17:38:06 -0000 1.106 +++ ChangeLog 9 Mar 2014 14:26:45 -0000 1.107 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.106 2013/08/15 17:38:06 grozin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.107 2014/03/09 14:26:45 grozin Exp $ + + 09 Mar 2014; Andrey Grozin <[email protected]> asymptote-2.24.ebuild: + pdf generation depends on >=dev-texlive/texlive-latexextra-2013, bug #481076 *asymptote-2.24 (15 Aug 2013) 1.2 media-gfx/asymptote/asymptote-2.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild?r1=1.1&r2=1.2 Index: asymptote-2.24.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asymptote-2.24.ebuild 15 Aug 2013 17:38:07 -0000 1.1 +++ asymptote-2.24.ebuild 9 Mar 2014 14:26:45 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild,v 1.1 2013/08/15 17:38:07 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.24.ebuild,v 1.2 2014/03/09 14:26:45 grozin Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 @@ -28,7 +28,7 @@ fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python virtual/python-imaging[tk] ) - latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) + latex? ( virtual/latex-base >=dev-texlive/texlive-latexextra-2013 ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" DEPEND="${RDEPEND}
