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

index 8fa17d621e8139d2fc129691682fd36e6ab0c293..6156804391ad17a0947b8e9be83f3eabff66070f 100644 (file)
@@ -16,4 +16,5 @@ IUSE=""
 
 DEPEND="app-arch/unzip"
 S=${WORKDIR}
+FONT_S="${S}"
 FONT_SUFFIX="ttf"
index 7cc5b44431ec35b24b196783355f7995e0026b44..5491aab1ab1ed226a962f15a14a2a7cedb1598c0 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
@@ -16,4 +16,5 @@ IUSE=""
 
 DEPEND="app-arch/unzip"
 S=${WORKDIR}
+FONT_S="${S}"
 FONT_SUFFIX="ttf"