From 558309315d030a3874628630ac60e4e2e520f6f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Fri, 14 Feb 2020 09:10:34 +0100 Subject: [PATCH] media-fonts/gidole: Add missing FONT_S assignment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 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" -- 2.26.2