Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37069 - mozilla firebird ebuild tries USE flag truetype, but --pretend does not mention it
Summary: mozilla firebird ebuild tries USE flag truetype, but --pretend does not menti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 19:54 UTC by Elan Ruusamäe
Modified: 2004-03-18 20:43 UTC (History)
1 user (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 Elan Ruusamäe 2004-01-02 19:54:03 UTC
snip from (mozilla-firebird-0.7-r1.ebuild):

                else
                    ewarn "Building without Xft2.0 support!"
                    myconf="${myconf} --disable-xft `use_enable truetype freetype2`"
                fi
            else
                ewarn "Building without Xft2.0 support!"
                myconf="${myconf} --disable-xft `use_enable truetype freetype2`"
            fi



# USE='java' emerge -gk mozilla-firebird -vp
[ebuild  N    ] net-www/mozilla-firebird-0.7-r1  +java +gtk2 -ipv6 -gnome -moznoxft




Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2004-01-03 08:54:29 UTC
truetype is the flag, freetype2 is the configure option
Comment 2 Elan Ruusamäe 2004-01-04 09:25:20 UTC
but still, --pretend (-p in short) does not reveal existence of freetype flag:

# USE='java' emerge -gk mozilla-firebird -vp
[ebuild  N    ] net-www/mozilla-firebird-0.7-r1  +java +gtk2 -ipv6 -gnome -moznoxft
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-03-18 20:43:09 UTC
thanks, I've committed this fix