summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-20 21:09:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-21 20:05:32 +0100
commit6b020cbdf5972b3c9b4a30c08bb97de1ab5b9058 (patch)
treeae3e55ce3dba3a58d79b61a56b7bfd0607a849c5 /media-fonts/freefont
parentmedia-fonts/eb-garamond: EAPI-7 bump (diff)
downloadgentoo-6b020cbdf5972b3c9b4a30c08bb97de1ab5b9058.tar.gz
gentoo-6b020cbdf5972b3c9b4a30c08bb97de1ab5b9058.tar.bz2
gentoo-6b020cbdf5972b3c9b4a30c08bb97de1ab5b9058.zip
media-fonts/freefont: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/freefont')
-rw-r--r--media-fonts/freefont/freefont-20120503.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/media-fonts/freefont/freefont-20120503.ebuild b/media-fonts/freefont/freefont-20120503.ebuild
index 84f3a2fe234e..25f27559441b 100644
--- a/media-fonts/freefont/freefont-20120503.ebuild
+++ b/media-fonts/freefont/freefont-20120503.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit font
@@ -15,9 +15,10 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
-DEPEND="app-arch/unzip"
+RESTRICT="strip binchecks"
-FONT_SUFFIX="otf ttf"
-DOCS="AUTHORS ChangeLog CREDITS TROUBLESHOOTING USAGE"
+BDEPEND="app-arch/unzip"
-RESTRICT="strip binchecks"
+DOCS=( AUTHORS ChangeLog CREDITS TROUBLESHOOTING USAGE )
+
+FONT_SUFFIX="otf ttf"