diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-13 22:50:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-13 22:50:02 +0300 |
commit | a3e4eadaf9a3e79025c58c326e4a054db39166db (patch) | |
tree | cdeb7763de3fec47bcb99a845d932222d2d92648 /dev-tex | |
parent | app-emacs/auctex: Version bump (v12.2) (diff) | |
download | gentoo-a3e4eadaf9a3e79025c58c326e4a054db39166db.tar.gz gentoo-a3e4eadaf9a3e79025c58c326e4a054db39166db.tar.bz2 gentoo-a3e4eadaf9a3e79025c58c326e4a054db39166db.zip |
dev-tex/europecv: 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 'dev-tex')
-rw-r--r-- | dev-tex/europecv/europecv-20060424-r2.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
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 |