diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 21:12:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:33 +0100 |
commit | 19dfddc94f2efd060cf19218bfd337648390960a (patch) | |
tree | 3ef25d8b8d49edb05fe9ef29d32e83c696e38bf1 /media-fonts/gidole | |
parent | media-fonts/freefont: EAPI-7 bump (diff) | |
download | gentoo-19dfddc94f2efd060cf19218bfd337648390960a.tar.gz gentoo-19dfddc94f2efd060cf19218bfd337648390960a.tar.bz2 gentoo-19dfddc94f2efd060cf19218bfd337648390960a.zip |
media-fonts/gidole: 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/gidole')
-rw-r--r-- | media-fonts/gidole/gidole-2.0.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild b/media-fonts/gidole/gidole-2.0.2.ebuild index 0e02ce58ec52..a179302cbec1 100644 --- a/media-fonts/gidole/gidole-2.0.2.ebuild +++ b/media-fonts/gidole/gidole-2.0.2.ebuild @@ -1,18 +1,20 @@ -# 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 + inherit font DESCRIPTION="Open source modern DIN fonts" HOMEPAGE="http://gidole.github.io/" SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip" +S="${WORKDIR}/GidoleFont" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm x86" IUSE="" -DEPEND="app-arch/unzip" -S="${WORKDIR}/GidoleFont" +BDEPEND="app-arch/unzip" + FONT_SUFFIX="otf ttf" |