From 18202c8c16bec98608f0a05931b8e74432f5851f Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 9 Nov 2019 15:31:27 -0500 Subject: [PATCH] dev-tex/ivritex: bump EAPI and stuff Signed-off-by: Aaron Bauman --- dev-tex/ivritex/ivritex-1.1.2.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild index da5011029758..6f421b567df1 100644 --- a/dev-tex/ivritex/ivritex-1.1.2.ebuild +++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild @@ -1,26 +1,25 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit latex-package -IUSE="" - DESCRIPTION="Hebrew support for TeX" HOMEPAGE="http://ivritex.sourceforge.net/" SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz" + +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" + RESTRICT="mirror" LICENSE="LPPL-1.2" - SLOT="0" +IUSE="" DEPEND="" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" src_install () { export VARTEXFONTS="${T}/fonts" - make TEX_ROOT="${D}"/usr/share/texmf install || die - + make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed" } -- 2.26.2