diff options
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/metadata.xml | 1 | ||||
-rw-r--r-- | app-text/texlive/texlive-2020-r8.ebuild (renamed from app-text/texlive/texlive-2020-r7.ebuild) | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/app-text/texlive/metadata.xml b/app-text/texlive/metadata.xml index 43fbad5a7f25..85af4e1aab59 100644 --- a/app-text/texlive/metadata.xml +++ b/app-text/texlive/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="context">Add support for the ConTeXt format (<pkg>dev-texlive/texlive-context</pkg>)</flag> <flag name="detex">Add support for <pkg>dev-tex/detex</pkg>, a filter program that removes the LaTeX (or TeX) control sequences</flag> - <flag name="dvi2tty">Add support for <pkg>dev-tex/dvi2tty</pkg> to preview dvi-files on text-only devices</flag> <flag name="epspdf">Add support for <pkg>app-text/epspdf</pkg>, a tool for converting [e]ps files to pdf</flag> <flag name="extra">Add support for extra TeXLive packages</flag> <flag name="games">Add typesetting support for games (chess, etc.) (<pkg>dev-texlive/texlive-games</pkg>)</flag> diff --git a/app-text/texlive/texlive-2020-r7.ebuild b/app-text/texlive/texlive-2020-r8.ebuild index 9e9609403b12..e143f8400d82 100644 --- a/app-text/texlive/texlive-2020-r7.ebuild +++ b/app-text/texlive/texlive-2020-r8.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://tug.org/texlive/" LICENSE="metapackage" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="cjk context detex dvi2tty extra epspdf games graphics +IUSE="cjk context detex extra epspdf games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" @@ -35,7 +35,6 @@ RDEPEND="${DEPEND} truetype? ( >=app-text/ttf2pk2-2.0_p20150521 ) detex? ( dev-tex/detex ) app-text/ps2eps - dvi2tty? ( dev-tex/dvi2tty ) png? ( app-text/dvipng ) X? ( >=app-text/xdvik-22.87 ) >=${TEXLIVE_CAT}/texlive-basic-${PV} |