From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 974E9138334 for ; Wed, 1 Jan 2020 12:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA86CE09FA; Wed, 1 Jan 2020 12:21:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEFD7E09FA for ; Wed, 1 Jan 2020 12:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B9FD34DE18 for ; Wed, 1 Jan 2020 12:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F46136 for ; Wed, 1 Jan 2020 12:21:43 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1577881300.2a3c8f887d001fd386ac1219c369b3ae8ace983c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/tth/tth-4.08.ebuild X-VCS-Directories: dev-tex/tth/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2a3c8f887d001fd386ac1219c369b3ae8ace983c X-VCS-Branch: master Date: Wed, 1 Jan 2020 12:21:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce4072a6-6c05-46f4-ab6b-b011f515190c X-Archives-Hash: 7a9e9019f1a1ef7a15ce0544c2be7846 commit: 2a3c8f887d001fd386ac1219c369b3ae8ace983c Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 1 12:21:01 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 1 12:21:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3c8f88 dev-tex/tth: mark stable Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> dev-tex/tth/tth-4.08.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild index 52dd9294de8..7cffa7854d6 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