diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 16:33:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 16:39:13 +0100 |
commit | 7d0063406792c7160c069443b560c612b7090494 (patch) | |
tree | 7d4325e7f57b9e1c382772fd807f1edbc4669c29 /media-fonts/hermit | |
parent | media-fonts/fira-mono: Drop 3.205, EAPI5-- (diff) | |
download | gentoo-7d0063406792c7160c069443b560c612b7090494.tar.gz gentoo-7d0063406792c7160c069443b560c612b7090494.tar.bz2 gentoo-7d0063406792c7160c069443b560c612b7090494.zip |
media-fonts/hermit: 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/hermit')
-rw-r--r-- | media-fonts/hermit/hermit-1.21.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild index dffd2a5cc5d3..449a4bb83c1c 100644 --- a/media-fonts/hermit/hermit-1.21.ebuild +++ b/media-fonts/hermit/hermit-1.21.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +FONT_SUFFIX="otf" inherit font -DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable" +DESCRIPTION="Monospace font designed to be clear, pragmatic and very readable" HOMEPAGE="https://pcaro.es/p/hermit/" SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz" @@ -13,5 +15,4 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -S=${WORKDIR} -FONT_SUFFIX="otf" +S="${WORKDIR}" |