From 4c127416d2a93809047b94f046aa8cd4b830d901 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 19 Oct 2019 18:44:43 +0200 Subject: [PATCH] media-fonts/cardo: Port to EAPI 7 Bug: https://bugs.gentoo.org/697302 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- media-fonts/cardo/cardo-1.04.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-fonts/cardo/cardo-1.04.ebuild b/media-fonts/cardo/cardo-1.04.ebuild index a637562d9a48..441d3409163a 100644 --- a/media-fonts/cardo/cardo-1.04.ebuild +++ b/media-fonts/cardo/cardo-1.04.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit font @@ -12,12 +12,11 @@ SRC_URI="http://scholarsfonts.net/${PN}${PV//./}.zip" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" + FONT_S="${S}" FONT_SUFFIX="ttf" DOCS="Manual104s.pdf" -- 2.26.2