commit:     5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 17:03:42 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 17:06:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd91d7a

media-fonts/mikachan-font-ttc: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697294
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.ebuild 
b/media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.ebuild
index 15e62429e2c..1cdae503633 100644
--- a/media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.ebuild
+++ b/media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.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
 
@@ -17,9 +17,9 @@ LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
 IUSE=""
-
-FONT_S="${WORKDIR}/${P/-ttc}"
-FONT_SUFFIX="ttc"
-
 # Only installs fonts
 RESTRICT="strip binchecks"
+
+S="${WORKDIR}/${P/-ttc}"
+FONT_S=${S}
+FONT_SUFFIX="ttc"

Reply via email to