Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566540 - font-ebdftopcf.eclass: calls use in global scope
Summary: font-ebdftopcf.eclass: calls use in global scope
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 22:48 UTC by Michał Górny
Modified: 2016-05-05 17:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-11-22 22:48:16 UTC
(CC-ing fonts@ because there are multiple font consumers)

use X && FONT_SUFFIX="pcf.gz"
use X || FONT_SUFFIX="bdf"

This has to be moved to a phase function.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-05 17:35:56 UTC
commit 52982a684030284102aaacee96029f4576dfb070
Author: Michał Górny <mgorny@gentoo.org>
Date:   Thu May 5 19:20:49 2016

    font-ebdftopcf.eclass: Move global-scope use calls to phase, #566540