Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] latex-package.eclass: Support EAPI 6.
Date: Fri, 29 Jan 2016 10:42:13
Message-Id: 20160129114148.3c9120cc@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] latex-package.eclass: Support EAPI 6. by Ulrich Mueller
1 On Fri, 29 Jan 2016 08:10:19 +0100
2 Ulrich Mueller <ulm@g.o> wrote:
3
4 > >>>>> On Wed, 27 Jan 2016, Alexis Ballier wrote:
5 >
6 > > On Wed, 27 Jan 2016 20:59:21 +0100
7 > > Ulrich Mueller <ulm@g.o> wrote:
8 >
9 > >> Please find below a patch which will enable EAPI 6 support in
10 > >> latex-package.eclass. The main change is that it won't inherit base
11 > >> any more.
12 >
13 > > lgtm, thanks
14 >
15 > Pushed to master, with one additional change (see below). Seems better
16 > to have the function explicitly die, especially since for a query
17 > function there won't be any error checking in the caller.
18
19 indeed; one last thing I was thinking is the 'texmf-update' call in
20 latex-package_rehash will always run for /, even with ROOT!=/. Since
21 with those changes texlive is more or less mandated, maybe it'd be
22 worth using etexmf-update from texlive-common.eclass. It won't make a
23 big difference but at least show a warning :)