app-office/auto-multiple-choice: port to EAPI=7
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 19 Jan 2020 16:51:56 +0000 (19:51 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 19 Jan 2020 16:51:56 +0000 (19:51 +0300)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild

index a3734539e03f20064cd99f748e7d6bae352c49ce..5a147ebd06cc64c4a5ac7fad229073709c230263 100644 (file)
@@ -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