From 094d1baa446a429adf4d090893acf7f7c7dd1c49 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 7 May 2018 23:17:25 +0200 Subject: Minor cleanups/EAPI bumps --- games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild') diff --git a/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild b/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild index 5339427e..518116d8 100644 --- a/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild +++ b/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2014-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # Do *not* inherit latex-package: It DEPENDS unconditionally on texinfo. # Moreover, it would attempt to compile the *.tex example with texinfo to dvi. RESTRICT="mirror" @@ -15,9 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+examples" # We need texlive-latexextra for toolbox.sty -RDEPEND="virtual/latex-base +DEPEND="virtual/latex-base" +RDEPEND="${DEPEND} dev-texlive/texlive-latexextra" -DEPEND="examples? ( ${RDEPEND} )" +BDEPEND="examples? ( ${DEPEND} )" src_compile() { if use examples -- cgit v1.2.3-65-gdbad