commit:     558309315d030a3874628630ac60e4e2e520f6f2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 08:10:34 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 12:57:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55830931

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 <AT> gentoo.org>

 media-fonts/gidole/gidole-2.0.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild 
b/media-fonts/gidole/gidole-2.0.2.ebuild
index 6c8dec1fb10..a419df0f38a 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"

Reply via email to