commit:     a3e4eadaf9a3e79025c58c326e4a054db39166db
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 19:50:02 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 19:50:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e4eada

dev-tex/europecv: port to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/europecv/europecv-20060424-r2.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild 
b/dev-tex/europecv/europecv-20060424-r2.ebuild
index 176acadf0c9..52a64514dc7 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

Reply via email to