diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:55:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:06:01 +0100 |
commit | a43541a9739feba3029ad6529c939550b2074f0f (patch) | |
tree | 0d344158b3ae3a0588fc2c4733cbff44fa405957 /media-fonts/alee-fonts | |
parent | media-fonts/dina: EAPI-7 bump, use https (diff) | |
download | gentoo-a43541a9739feba3029ad6529c939550b2074f0f.tar.gz gentoo-a43541a9739feba3029ad6529c939550b2074f0f.tar.bz2 gentoo-a43541a9739feba3029ad6529c939550b2074f0f.zip |
media-fonts/alee-fonts: 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/alee-fonts')
-rw-r--r-- | media-fonts/alee-fonts/alee-fonts-13-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild index 09e726335aac..fa62324e3d64 100644 --- a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild +++ b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font -DESCRIPTION="A Lee's Hangul truetype fonts" +DESCRIPTION="Lee's Hangul truetype fonts" HOMEPAGE="https://screenshots.debian.net/package/ttf-alee" SRC_URI="http://turul.canonical.com/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz" +S="${WORKDIR}/ttf-alee-${PV}" LICENSE="Artistic" SLOT="0" @@ -15,6 +16,3 @@ KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-li IUSE="" FONT_SUFFIX="ttf" -FONT_S="${WORKDIR}/ttf-alee-${PV}" - -S=${FONT_S} |