commit:     4c127416d2a93809047b94f046aa8cd4b830d901
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 16:44:43 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:44:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c127416

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 <soap <AT> gentoo.org>

 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 a637562d9a4..441d3409163 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"

Reply via email to