media-fonts/gidole: Add missing FONT_S assignment.
authorUlrich Müller <ulm@gentoo.org>
Fri, 14 Feb 2020 08:10:34 +0000 (09:10 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 14 Feb 2020 12:57:10 +0000 (13:57 +0100)
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>
media-fonts/gidole/gidole-2.0.2.ebuild

index 6c8dec1fb106aab6b92e4e9b28b2de4e00854f76..a419df0f38ac157a77126ec405791978f7a98ca9 100644 (file)
@@ -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"