From: Aaron Bauman Date: Sat, 9 Nov 2019 20:31:27 +0000 (-0500) Subject: dev-tex/ivritex: bump EAPI and stuff X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18202c8c16bec98608f0a05931b8e74432f5851f;p=gentoo.git dev-tex/ivritex: bump EAPI and stuff Signed-off-by: Aaron Bauman --- 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" }