summaryrefslogtreecommitdiff
path: root/dev-tex/ivritex/ivritex-1.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-tex/ivritex/ivritex-1.1.2.ebuild
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-tex/ivritex/ivritex-1.1.2.ebuild')
-rw-r--r--dev-tex/ivritex/ivritex-1.1.2.ebuild15
1 files 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"
}