diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-09 18:56:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-09 18:56:33 +0000 |
commit | f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346 (patch) | |
tree | 71a5f04485225c31b6a183b8553e1515ffb9871e /dev-texlive/texlive-context/texlive-context-2013-r1.ebuild | |
parent | Whitespace. (diff) | |
download | gentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.tar.gz gentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.tar.bz2 gentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.zip |
Call texlive-module_src_prepare instead of base_src_prepare, bug 497054.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-texlive/texlive-context/texlive-context-2013-r1.ebuild')
-rw-r--r-- | dev-texlive/texlive-context/texlive-context-2013-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild b/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild index 33efb4abeb43..97df4dc9e675 100644 --- a/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild @@ -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/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild,v 1.1 2013/07/02 22:03:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild,v 1.2 2014/03/09 18:56:33 ulm Exp $ EAPI="5" @@ -50,7 +50,7 @@ src_prepare() { # No need to install these .exe rm -rf texmf-dist/scripts/context/stubs/mswin || die - base_src_prepare + texlive-module_src_prepare } TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate |