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

media-fonts/sil-ezra: Port to EAPI 7

Bug: https://bugs.gentoo.org/697308
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-fonts/sil-ezra/sil-ezra-2.51.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/sil-ezra/sil-ezra-2.51.ebuild 
b/media-fonts/sil-ezra/sil-ezra-2.51.ebuild
index 0aa20b2c137..47c65407f14 100644
--- a/media-fonts/sil-ezra/sil-ezra-2.51.ebuild
+++ b/media-fonts/sil-ezra/sil-ezra-2.51.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
 
@@ -16,13 +16,13 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ~ppc s390 sh sparc x86"
 IUSE="doc"
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}/EzraSIL${PV}"
+
+DOCS="OFL-FAQ.txt"
 FONT_S="${S}"
 FONT_SUFFIX="ttf"
-DOCS="OFL-FAQ.txt"
 
 src_install() {
        font_src_install

Reply via email to