diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-07-08 14:14:03 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-07-08 14:18:03 -0400 |
commit | b9e6e9436446932055277a350d410e3fefa55886 (patch) | |
tree | 54cd31bf2c9c03edfe2fd2cf993c83d72e112a93 /media-fonts/unifont | |
parent | dev-python/pyside: keyword ~arm64 (diff) | |
download | gentoo-b9e6e9436446932055277a350d410e3fefa55886.tar.gz gentoo-b9e6e9436446932055277a350d410e3fefa55886.tar.bz2 gentoo-b9e6e9436446932055277a350d410e3fefa55886.zip |
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
Diffstat (limited to 'media-fonts/unifont')
-rw-r--r-- | media-fonts/unifont/unifont-9.0.06.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-fonts/unifont/unifont-9.0.06.ebuild b/media-fonts/unifont/unifont-9.0.06.ebuild index 29fdb70681c2..9de087f46b3e 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 '') |