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

index edea0e21cfbc4457463edd6849d39ac7e34c5a30..7db92ab3a7052a8c59fa80c9d2d339816e85d393 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="doc"
 
 S="${WORKDIR}"
+FONT_S="${S}"
 FONT_SUFFIX="otf"
 
 src_prepare() {
index edea0e21cfbc4457463edd6849d39ac7e34c5a30..7db92ab3a7052a8c59fa80c9d2d339816e85d393 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="doc"
 
 S="${WORKDIR}"
+FONT_S="${S}"
 FONT_SUFFIX="otf"
 
 src_prepare() {