summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-01 15:21:01 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-01 15:21:40 +0300
commit2a3c8f887d001fd386ac1219c369b3ae8ace983c (patch)
treeaf81d684727550c9dfcf97b0fd1dea820fe8439e /dev-tex
parentapp-admin/sudo: Bump to version 1.8.30. Removed old (diff)
downloadgentoo-2a3c8f887d001fd386ac1219c369b3ae8ace983c.tar.gz
gentoo-2a3c8f887d001fd386ac1219c369b3ae8ace983c.tar.bz2
gentoo-2a3c8f887d001fd386ac1219c369b3ae8ace983c.zip
dev-tex/tth: mark stable
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/tth/tth-4.08.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 52dd9294de8e..7cffa7854d62 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
@@ -11,8 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
DEPEND=""
RDEPEND="
@@ -23,7 +22,7 @@ S="${WORKDIR}/${PN}"
src_compile() {
emake GCC="$(tc-getCC) -O" tth
- cd tools
+ cd tools || die
tc-export CC
echo 'all: tthsplit' > makefile
emake