diff options
-rw-r--r-- | media-fonts/freefont/freefont-20120503.ebuild | 13 |
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" |