From: Ulrich Müller Date: Fri, 14 Feb 2020 08:10:34 +0000 (+0100) Subject: media-fonts/gidole: Add missing FONT_S assignment. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=558309315d030a3874628630ac60e4e2e520f6f2;p=gentoo.git 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 --- 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"