commit:     3ba0f532897d712d20bf34a518f016c2fd6d1c5c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 16:45:00 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:45:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba0f532

media-fonts/texcm-ttf: 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/texcm-ttf/texcm-ttf-1.0.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild 
b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
index 7cccd401498..25456e9238d 100644
--- a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
+++ b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit font
 
@@ -12,11 +12,10 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.zip";
 LICENSE="bakoma"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/${PN}
-FONT_S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
+
+FONT_S="${S}"
 FONT_SUFFIX="ttf"

Reply via email to