diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-10-29 19:48:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-10-29 19:48:12 +0000 |
commit | 4b2078ff42df7047b4810b219f4381a498462553 (patch) | |
tree | e1dfa24db3dbbc6859eab57835dcaf78a60c8aab /dev-texlive | |
parent | Fix dependencies to better reflect reality, bug #489680 (diff) | |
download | gentoo-2-4b2078ff42df7047b4810b219f4381a498462553.tar.gz gentoo-2-4b2078ff42df7047b4810b219f4381a498462553.tar.bz2 gentoo-2-4b2078ff42df7047b4810b219f4381a498462553.zip |
fix pst2pdf link, bug #489808 by Ulrich Müller
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-pstricks/ChangeLog | 6 | ||||
-rw-r--r-- | dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-texlive/texlive-pstricks/ChangeLog b/dev-texlive/texlive-pstricks/ChangeLog index 9401226e3d63..76c610c6d408 100644 --- a/dev-texlive/texlive-pstricks/ChangeLog +++ b/dev-texlive/texlive-pstricks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-texlive/texlive-pstricks # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.68 2013/06/28 16:44:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.69 2013/10/29 19:48:12 aballier Exp $ + + 29 Oct 2013; Alexis Ballier <aballier@gentoo.org> + texlive-pstricks-2013.ebuild: + fix pst2pdf link, bug #489808 by Ulrich Müller *texlive-pstricks-2013 (28 Jun 2013) diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild index 4bfcc406c175..e66a90bd91de 100644 --- a/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild,v 1.1 2013/06/28 16:44:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild,v 1.2 2013/10/29 19:48:12 aballier Exp $ EAPI="5" @@ -21,7 +21,7 @@ DEPEND=">=dev-texlive/texlive-basic-2013 RDEPEND="${DEPEND} dev-texlive/texlive-genericrecommended " TEXLIVE_MODULE_BINSCRIPTS=" - texmf-dist/scripts/pst2pdf + texmf-dist/scripts/pst2pdf/pst2pdf.pl texmf-dist/scripts/pedigree-perl/pedigree.pl " PATCHES=( "${FILESDIR}/pedigreeloc.patch" ) |