Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
Date: Wed, 01 Jan 2020 12:21:47
Message-Id: 1577881300.2a3c8f887d001fd386ac1219c369b3ae8ace983c.zlogene@gentoo
1 commit: 2a3c8f887d001fd386ac1219c369b3ae8ace983c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 12:21:01 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 12:21:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3c8f88
7
8 dev-tex/tth: mark stable
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-tex/tth/tth-4.08.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
17 index 52dd9294de8..7cffa7854d6 100644
18 --- a/dev-tex/tth/tth-4.08.ebuild
19 +++ b/dev-tex/tth/tth-4.08.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 inherit toolchain-funcs
29
30 @@ -11,8 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
31
32 SLOT="0"
33 LICENSE="GPL-2"
34 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
35 -IUSE=""
36 +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
37
38 DEPEND=""
39 RDEPEND="
40 @@ -23,7 +22,7 @@ S="${WORKDIR}/${PN}"
41
42 src_compile() {
43 emake GCC="$(tc-getCC) -O" tth
44 - cd tools
45 + cd tools || die
46 tc-export CC
47 echo 'all: tthsplit' > makefile
48 emake