commit: 4a5bce6b011608dbb42969011d37e3764c0b4e0b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 16:51:56 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 16:51:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bce6b
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 <AT> gentoo.org>
.../auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild | 10 +++++-----
1 file 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 a3734539e03..5a147ebd06c 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