summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-19 19:51:56 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-19 19:51:56 +0300
commit4a5bce6b011608dbb42969011d37e3764c0b4e0b (patch)
treed0dd562b28eaa12655fe5506b4b2c4f350c757f4 /app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild
parentmedia-gfx/asymptote: Drop old (diff)
downloadgentoo-4a5bce6b011608dbb42969011d37e3764c0b4e0b.tar.gz
gentoo-4a5bce6b011608dbb42969011d37e3764c0b4e0b.tar.bz2
gentoo-4a5bce6b011608dbb42969011d37e3764c0b4e0b.zip
app-office/auto-multiple-choice: port to EAPI=7
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild')
-rw-r--r--app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
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