From 5dd91d7a2cd1e85b57c7ee8ef43d581bcfb48583 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 19 Oct 2019 19:03:42 +0200 Subject: [PATCH] media-fonts/mikachan-font-ttc: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697294 Signed-off-by: Michał Górny --- .../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 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" -- 2.26.2