diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 14:51:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:53 +0100 |
commit | a9126a87cbd2d12a3397b4c4cdaa24f02f349dbc (patch) | |
tree | 9c35f5c0caf6da794c7580093eb6068c9108e8f6 /media-fonts/nunito | |
parent | media-fonts/alegreya-serif: EAPI-7 bump (diff) | |
download | gentoo-a9126a87cbd2d12a3397b4c4cdaa24f02f349dbc.tar.gz gentoo-a9126a87cbd2d12a3397b4c4cdaa24f02f349dbc.tar.bz2 gentoo-a9126a87cbd2d12a3397b4c4cdaa24f02f349dbc.zip |
media-fonts/nunito: 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/nunito')
-rw-r--r-- | media-fonts/nunito/nunito-1.0-r1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/media-fonts/nunito/nunito-1.0-r1.ebuild b/media-fonts/nunito/nunito-1.0-r1.ebuild index 619be073efb3..39f75af11283 100644 --- a/media-fonts/nunito/nunito-1.0-r1.ebuild +++ b/media-fonts/nunito/nunito-1.0-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font -DESCRIPTION="A Sans Serif font with rounded terminals" -HOMEPAGE="https://www.google.com/webfonts/specimen/Nunito https://github.com/vernnobile/NunitoFont" +DESCRIPTION="Sans Serif font with rounded terminals" +HOMEPAGE="https://fonts.google.com/specimen/Nunito?preview.text_type=custom + https://github.com/vernnobile/NunitoFont" SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.xz" LICENSE="OFL-1.1" @@ -14,7 +15,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="" - FONT_SUFFIX="ttf" |