Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/ivritex/
Date: Sat, 06 Nov 2021 05:57:40
Message-Id: 1636178241.3550fab6b482ad9634fb19dfd868467866fdfb7a.sam@gentoo
1 commit: 3550fab6b482ad9634fb19dfd868467866fdfb7a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 05:57:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 05:57:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3550fab6
7
8 dev-tex/ivritex: use 'emake', not 'make'
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-tex/ivritex/ivritex-1.1.2.ebuild | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild
16 index 7556a29e83f..e8890025ddd 100644
17 --- a/dev-tex/ivritex/ivritex-1.1.2.ebuild
18 +++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,17 +9,14 @@ DESCRIPTION="Hebrew support for TeX"
26 HOMEPAGE="http://ivritex.sourceforge.net/"
27 SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz"
28
29 +LICENSE="LPPL-1.2"
30 +SLOT="0"
31 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
32 -
33 RESTRICT="mirror"
34
35 -LICENSE="LPPL-1.2"
36 -SLOT="0"
37 -IUSE=""
38 -DEPEND=""
39
40 src_install() {
41 export VARTEXFONTS="${T}/fonts"
42
43 - make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed"
44 + emake TEX_ROOT="${D}"/usr/share/texmf install
45 }