commit: b9e6e9436446932055277a350d410e3fefa55886 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 18:14:03 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 18:18:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e6e943
media-fonts/unifont: call xdg_environment_reset Bug: https://bugs.gentoo.org/623662 Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77 media-fonts/unifont/unifont-9.0.06.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-fonts/unifont/unifont-9.0.06.ebuild b/media-fonts/unifont/unifont-9.0.06.ebuild index 29fdb70681c..9de087f46b3 100644 --- a/media-fonts/unifont/unifont-9.0.06.ebuild +++ b/media-fonts/unifont/unifont-9.0.06.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit font toolchain-funcs +inherit font toolchain-funcs xdg-utils DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font" HOMEPAGE="http://unifoundry.com/" @@ -38,6 +38,7 @@ src_prepare() { src_compile() { if use fontforge || use utils; then tc-export CC + xdg_environment_reset makeargs=( CFLAGS="${CFLAGS}" BUILDFONT=$(usex fontforge 1 '')
