summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-19 19:03:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-19 19:06:19 +0200
commit5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583 (patch)
tree7357bea626c299ad19d95c0df5f0b024a4cceefd /media-fonts
parentmedia-fonts/mikachan-font-otf: Bump to EAPI 7 (diff)
downloadgentoo-5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583.tar.gz
gentoo-5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583.tar.bz2
gentoo-5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583.zip
media-fonts/mikachan-font-ttc: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697294 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/mikachan-font-ttc/mikachan-font-ttc-9.1.ebuild12
1 files 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 15e62429e2c8..1cdae503633f 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"