From 4a5bce6b011608dbb42969011d37e3764c0b4e0b Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 19 Jan 2020 19:51:56 +0300 Subject: app-office/auto-multiple-choice: port to EAPI=7 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- .../auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app-office/auto-multiple-choice') diff --git a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild index a3734539e03f..5a147ebd06cc 100644 --- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild +++ b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs perl-functions latex-package @@ -21,7 +21,7 @@ for lala in ${LANGS}; do IUSE="${IUSE} l10n_${lala}" done -CDEPEND=" +COMMON_DEPEND=" app-text/texlive[dvi2tty,extra,graphics,png,pstricks,science,truetype,xml,X,luatex,xetex,humanities,publishers] app-text/poppler:= dev-perl/XML-LibXML @@ -30,12 +30,12 @@ CDEPEND=" l10n_fr? ( app-text/texlive[l10n_fr] ) l10n_ja? ( app-text/texlive[l10n_ja] ) " -DEPEND="${CDEPEND} +DEPEND="${COMMON_DEPEND} app-text/dblatex app-text/docbook-xml-simple-dtd:* app-text/docbook-xsl-stylesheets " -RDEPEND="${CDEPEND} +RDEPEND="${COMMON_DEPEND} app-text/pdftk dev-lang/perl:= dev-perl/Glib-Object-Introspection -- cgit v1.2.3-65-gdbad