Skip to content

Commit

Permalink
media-fonts/gidole: Add missing FONT_S assignment.
Browse files Browse the repository at this point in the history
This fixes a failure of pushd/popd in font_src_install().

Closes: https://bugs.gentoo.org/709576
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Feb 14, 2020
1 parent 712920f commit 5583093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-fonts/gidole/gidole-2.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -15,4 +15,5 @@ IUSE=""

DEPEND="app-arch/unzip"
S="${WORKDIR}/GidoleFont"
FONT_S="${S}"
FONT_SUFFIX="otf ttf"

0 comments on commit 5583093

Please sign in to comment.