From: Mikle Kolyada Date: Fri, 13 Dec 2019 19:50:02 +0000 (+0300) Subject: dev-tex/europecv: port to EAPI=7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3e4eadaf9a3e79025c58c326e4a054db39166db;p=gentoo.git dev-tex/europecv: port to EAPI=7 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild index 176acadf0c9d..52a64514dc70 100644 --- a/dev-tex/europecv/europecv-20060424-r2.ebuild +++ b/dev-tex/europecv/europecv-20060424-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + inherit latex-package DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the EC" @@ -17,8 +18,11 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-li IUSE="examples" RDEPEND=">=dev-texlive/texlive-latexextra-2008" -DEPEND="${RDEPEND} - app-arch/unzip" + +DEPEND="${RDEPEND}" + +BDEPEND="app-arch/unzip" + S="${WORKDIR}/${PN}" TEXMF=/usr/share/texmf-site