diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-14 09:10:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-14 13:57:10 +0100 |
commit | 558309315d030a3874628630ac60e4e2e520f6f2 (patch) | |
tree | 379f0d3d4314fbb3a41d576548487796f19ed0d1 /media-fonts | |
parent | media-fonts/crosextrafonts-caladea: Add missing FONT_S assignment. (diff) | |
download | gentoo-558309315d030a3874628630ac60e4e2e520f6f2.tar.gz gentoo-558309315d030a3874628630ac60e4e2e520f6f2.tar.bz2 gentoo-558309315d030a3874628630ac60e4e2e520f6f2.zip |
media-fonts/gidole: Add missing FONT_S assignment.
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 <ulm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/gidole/gidole-2.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild b/media-fonts/gidole/gidole-2.0.2.ebuild index 6c8dec1fb106..a419df0f38ac 100644 --- a/media-fonts/gidole/gidole-2.0.2.ebuild +++ b/media-fonts/gidole/gidole-2.0.2.ebuild @@ -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 @@ -15,4 +15,5 @@ IUSE="" DEPEND="app-arch/unzip" S="${WORKDIR}/GidoleFont" +FONT_S="${S}" FONT_SUFFIX="otf ttf" |