diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-14 09:10:38 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-14 13:57:11 +0100 |
commit | 2639dff541ad33bd9487f57f6aace0072df8756f (patch) | |
tree | 1d1bbdffada7b64ac0a61d1ebf93365f833399b0 /media-fonts/hermit | |
parent | media-fonts/gidole: Add missing FONT_S assignment. (diff) | |
download | gentoo-2639dff541ad33bd9487f57f6aace0072df8756f.tar.gz gentoo-2639dff541ad33bd9487f57f6aace0072df8756f.tar.bz2 gentoo-2639dff541ad33bd9487f57f6aace0072df8756f.zip |
media-fonts/hermit: 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@gentoo.org>
Diffstat (limited to 'media-fonts/hermit')
-rw-r--r-- | media-fonts/hermit/hermit-1.1.ebuild | 3 | ||||
-rw-r--r-- | media-fonts/hermit/hermit-1.21.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild index 0f7c6ad0393a..73233bd3b52f 100644 --- a/media-fonts/hermit/hermit-1.1.ebuild +++ b/media-fonts/hermit/hermit-1.1.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 @@ -14,4 +14,5 @@ KEYWORDS="~amd64" IUSE="" S=${WORKDIR} +FONT_S="${S}" FONT_SUFFIX="otf" diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild index 0f7c6ad0393a..73233bd3b52f 100644 --- a/media-fonts/hermit/hermit-1.21.ebuild +++ b/media-fonts/hermit/hermit-1.21.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 @@ -14,4 +14,5 @@ KEYWORDS="~amd64" IUSE="" S=${WORKDIR} +FONT_S="${S}" FONT_SUFFIX="otf" |